Color Hex Logo

#d9cecb Color Hex

#D9CECB
(217,206,203)
0 Favorites   0 Comments

Color spaces of #d9cecb

RGB 217206203
HSL0.040.160.82
HSV13°85°
CMYK 0.000.050.06   0.15
XYZ61.466163.206165.4603
Yxy63.20610.32330.3324
Hunter Lab79.5023-1.12416.8336
CIE-Lab83.55073.28562.8404

#d9cecb color RGB value is (217,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001110 11001011
Octal 331 316 313
Decimal 217 206 203
Hex D9 CE CB

RGB Percentages of Color #d9cecb

%34.66
%32.91
%32.43

CMYK Percentages of Color #d9cecb

%0
%5
%6
%15

Triadic Colors of #d9cecb

#d9cecb #cbd9ce #cecbd9

Analogous Colors of #d9cecb

#d9cecb #d9d5cb #d9cbcf

Monochromatic Colors of #d9cecb

#d9cecb

Complementary Color

#d9cecb #cbd6d9

#d9cecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cecb Color CSS Codes

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

#d9cecb Text Font Color

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

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


#d9cecb Background Color

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

This div background color is #d9cecb


#d9cecb Border Color

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

This div border color is #d9cecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cecb


Comments

No comments written yet.

Please login to write comment.