#d0d5d3 Color Hex Bluish Lilac Purple

Information about Bluish Lilac Purple Color | #0000FF

#d0d5d3 color RGB value is (208,213,211). #d0d5d3 color name is Bluish Lilac Purple color.

#d0d5d3 hex color red value is 208 , green value is 213 and the blue value of its RGB is 211 . Cylindrical-coordinate representations (also known as HSL) of color #d0d5d3 hue: 156 , saturation: 6 and the lightness value of #d0d5d3 is 83

The process color (four color CMYK) of #d0d5d3 color hex is 1 , 0 ,0, 6 .

#d0d5d3

~Bluish Lilac Purple

Color Converions

HEX
#d0d5d3
RGB
208,213,211
LAB
85,-2,0
CMYK
2,0,1,16
LCH
85,2,170
XYZ
62,66,71
HSV
156,2,84
HSL
156,6,83

Base Numbers

Base Red Green Blue
Binary 11010000 11010101 11010011
Octal 320 325 323
Decimal 208 213 211
Hex d0 d5 d3

RGB Percentages of Color #d0d5d3

82%
84%
83%

CMYK Percentages of Color #d0d5d3

1%
0%
0%
6%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #d0d5d3

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#d0d5d3
20%
#bbc0be
30%
#a6aaa9
40%
#929594
50%
#7d807f
60%
#686b69
70%
#535554
80%
#3e403f
90%
#2a2b2a
100%
#151515

Tints of #d0d5d3

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#d0d5d3
20%
#d5d9d7
30%
#d9dddc
40%
#dee2e0
50%
#e3e6e5
60%
#e8eae9
70%
#eceeed
80%
#f1f2f2
90%
#f6f7f6
100%
#fafbfb

Tones of #d0d5d3

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#d0d5d3
20%
#c8cccb
30%
#c0c4c2
40%
#b8bbba
50%
#b0b3b2
60%
#a8aaa9
70%
#a0a2a1
80%
#989999
90%
#909190
100%
#888888

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#d0d5d3
#d0d5d1
#d0d5d2
#d0d5d3
#d0d5d4
#d0d5d5

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#d0d5d3
#d5d0d2

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d0d5d3
#d0d1d5
#d5d1d0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d0d5d3
#d3d0d5
#d5d3d0

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#d0d5d3
#d0d0d5
#d5d0d2
#d4d5d0

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d0d5d3
#000000
#2a2b2b
#535555
#7d807f
#a7aaa9

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#d0d5d3

protanopia

#d7d2d1

deuteranopia

#e7ccd4

tritanopia

#d2d1e2

achromatopsia

#d4d4d4

protanomaly

#d4d3d2

deuteranomaly

#dfcfd4

achromatopsia

#d4d4d4

tritanomaly

#d1d3dc

achromatomaly

#d2d4d4

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 14/21
Hello World !

#d0d5d3 Color CSS Codes

.bgcolor {background-color:#d0d5d3; } 
.forecolor {color:#d0d5d3; }
.bordercolor {border:3px solid #d0d5d3; }
            

#d0d5d3 Text Font Color

<div style="color:#d0d5d3">
Div content here</div>

This sample text font color is #d0d5d3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#d0d5d3 Background Color

<div style="background-color:#d0d5d3">
Div content here</div>
Div content here

#d0d5d3 Border Color

<div style="border:3px solid #d0d5d3">
Div here</div>

This div border color is #d0d5d3

#d0d5d3 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #d0d5d3; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0d5d3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0d5d3;
  -webkit-box-shadow: 1px 1px 3px 2px #d0d5d3;
  box-shadow: 1px 1px 3px 2px #d0d5d3; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0d5d3">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d0d5d3;
              -webkit-box-shadow: 1px 1px 3px 2px #d0d5d3;
              box-shadow:         1px 1px 3px 2px #d0d5d3#d0d5d3">
Div content here</div>

This div box has shadow with color #d0d5d3

More Colors

Finnish Fiord
#5db0be
Muscat Grape
#5e5067
Pickled Lemon
#ddcc11
Calcium Rock
#eee9d9
Chestnut Bisque
#c19c86
Blue Chill
#408f90
Fair Ivory
#fce7cf
Beau Monde
#7db39e
Kid Gloves
#b6aeae
Dried Edamame
#b19f80
Pixie Violet
#acb1d4
Atomic
#3d4b52
Bruno Brown
#433430
Lovage Green
#98b1a6
Exotic Bloom
#ac6292
Carnation Coral
#edb9ad
Pitch-Black Forests
#003322
Matterhorn Snow
#e0fefe
Coca Mocha
#bd9d95
Covered in Platinum
#b9baba
Carrara Marble
#e8e7d7
Gum Leaf
#acc9b2
Orange Confection
#f4e3d2
Approval Green
#039487
Lemon Whisper
#ffb10d
Park Green Flat
#88c9a6
Mango Cheesecake
#fbedda
Cadmium Red
#e30022
Gates of Gold
#d2935d
Cappuccino Bombe
#b4897d
Expressive Plum
#695c62
Baca Berry
#945759
Ash in the Air
#d9dde5
Pixel Cream
#f7d384
Polo Tan
#f4e5dd
Discreet White
#dfdcdb
Plum Dust
#aa4c8f
Fire Flower
#f68f37
Light Dewpoint
#c4dadd
Ginger Sugar
#dddace
rating-img
Rate this tool
NaN/5   0 votes