Color Hex Logo

#d8dcce Color Hex

#D8DCCE
(216,220,206)
0 Favorites   0 Comments

Color spaces of #d8dcce

RGB 216220206
HSL0.210.170.84
HSV77°86°
CMYK 0.020.000.06   0.14
XYZ65.052770.241668.5219
Yxy70.24160.31920.3446
Hunter Lab83.8103-8.118010.1926
CIE-Lab87.1152-3.82726.3945

#d8dcce color RGB value is (216,220,206).

#d8dcce hex color red value is 216, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d8dcce hue: 0.21 , saturation: 0.17 and the lightness value of d8dcce is 0.84.

The process color (four color CMYK) of #d8dcce color hex is 0.02, 0.00, 0.06, 0.14. Web safe color of #d8dcce is #cccccc. Color #d8dcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011100 11001110
Octal 330 334 316
Decimal 216 220 206
Hex D8 DC CE

RGB Percentages of Color #d8dcce

%33.64
%34.27
%32.09

CMYK Percentages of Color #d8dcce

%2
%0
%6
%14

Triadic Colors of #d8dcce

#d8dcce #ced8dc #dcced8

Analogous Colors of #d8dcce

#d8dcce #d1dcce #dcd9ce

Monochromatic Colors of #d8dcce

#d8dcce

Complementary Color

#d8dcce #d2cedc

#d8dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dcce Color CSS Codes

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

#d8dcce Text Font Color

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

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


#d8dcce Background Color

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

This div background color is #d8dcce


#d8dcce Border Color

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

This div border color is #d8dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dcce


Comments

No comments written yet.

Please login to write comment.