Color Hex Logo

#d8cecc Color Hex

#D8CECC
(216,206,204)
0 Favorites   0 Comments

Color spaces of #d8cecc

RGB 216206204
HSL0.030.130.82
HSV10°85°
CMYK 0.000.050.06   0.15
XYZ61.289363.101266.0762
Yxy63.10120.32180.3313
Hunter Lab79.4363-1.29126.2871
CIE-Lab83.49563.10822.2176

#d8cecc color RGB value is (216,206,204).

#d8cecc hex color red value is 216, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d8cecc hue: 0.03 , saturation: 0.13 and the lightness value of d8cecc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001110 11001100
Octal 330 316 314
Decimal 216 206 204
Hex D8 CE CC

RGB Percentages of Color #d8cecc

%34.50
%32.91
%32.59

CMYK Percentages of Color #d8cecc

%0
%5
%6
%15

Triadic Colors of #d8cecc

#d8cecc #ccd8ce #ceccd8

Analogous Colors of #d8cecc

#d8cecc #d8d4cc #d8ccd0

Monochromatic Colors of #d8cecc

#d8cecc

Complementary Color

#d8cecc #ccd6d8

#d8cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cecc Color CSS Codes

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

#d8cecc Text Font Color

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

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


#d8cecc Background Color

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

This div background color is #d8cecc


#d8cecc Border Color

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

This div border color is #d8cecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cecc

#d8cecc Color Palettes


Comments

No comments written yet.

Please login to write comment.