Color Hex Logo

#d9cbd4 Color Hex

#D9CBD4
(217,203,212)
0 Favorites   0 Comments

Color spaces of #d9cbd4

RGB 217203212
HSL0.890.160.82
HSV321°85°
CMYK 0.000.060.02   0.15
XYZ61.854962.217171.0363
Yxy62.21710.31700.3189
Hunter Lab78.87781.94111.8187
CIE-Lab83.02876.4452-2.7224

#d9cbd4 color RGB value is (217,203,212).

#d9cbd4 hex color red value is 217, green value is 203 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #d9cbd4 hue: 0.89 , saturation: 0.16 and the lightness value of d9cbd4 is 0.82.

The process color (four color CMYK) of #d9cbd4 color hex is 0.00, 0.06, 0.02, 0.15. Web safe color of #d9cbd4 is #cccccc. Color #d9cbd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001011 11010100
Octal 331 313 324
Decimal 217 203 212
Hex D9 CB D4

RGB Percentages of Color #d9cbd4

%34.34
%32.12
%33.54

CMYK Percentages of Color #d9cbd4

%0
%6
%2
%15

Triadic Colors of #d9cbd4

#d9cbd4 #d4d9cb #cbd4d9

Analogous Colors of #d9cbd4

#d9cbd4 #d9cbcd #d7cbd9

Monochromatic Colors of #d9cbd4

#d9cbd4

Complementary Color

#d9cbd4 #cbd9d0

#d9cbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cbd4 Color CSS Codes

.mybgcolor {background-color:#d9cbd4; } 
.myforecolor {color:#d9cbd4; }
.mybordercolor {border:3px solid #d9cbd4; }

#d9cbd4 Text Font Color

<p style="color:#d9cbd4">Text here</p>

This sample text font color is #d9cbd4
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.


#d9cbd4 Background Color

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

This div background color is #d9cbd4


#d9cbd4 Border Color

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

This div border color is #d9cbd4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,203,212, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9cbd4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9cbd4;
  -webkit-box-shadow: 1px 1px 3px 2px #d9cbd4;
  box-shadow:         1px 1px 3px 2px #d9cbd4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,203,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cbd4


Comments

No comments written yet.

Please login to write comment.