Color Hex Logo

#d8cddc Color Hex

#D8CDDC
(216,205,220)
0 Favorites   0 Comments

Color spaces of #d8cddc

RGB 216205220
HSL0.790.180.83
HSV284°86°
CMYK 0.020.070.00   0.14
XYZ63.068563.428976.6291
Yxy63.42890.31050.3123
Hunter Lab79.64231.9797-1.2973
CIE-Lab83.66756.5072-6.0588

#d8cddc color RGB value is (216,205,220).

#d8cddc hex color red value is 216, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d8cddc hue: 0.79 , saturation: 0.18 and the lightness value of d8cddc is 0.83.

The process color (four color CMYK) of #d8cddc color hex is 0.02, 0.07, 0.00, 0.14. Web safe color of #d8cddc is #cccccc. Color #d8cddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001101 11011100
Octal 330 315 334
Decimal 216 205 220
Hex D8 CD DC

RGB Percentages of Color #d8cddc

%33.70
%31.98
%34.32

CMYK Percentages of Color #d8cddc

%2
%7
%0
%14

Triadic Colors of #d8cddc

#d8cddc #dcd8cd #cddcd8

Analogous Colors of #d8cddc

#d8cddc #dccdd9 #d1cddc

Monochromatic Colors of #d8cddc

#d8cddc

Complementary Color

#d8cddc #d1dccd

#d8cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cddc Color CSS Codes

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

#d8cddc Text Font Color

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

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


#d8cddc Background Color

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

This div background color is #d8cddc


#d8cddc Border Color

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

This div border color is #d8cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cddc


Comments

No comments written yet.

Please login to write comment.