Color Hex Logo

#d8cddd Color Hex

#D8CDDD
(216,205,221)
0 Favorites   0 Comments

Color spaces of #d8cddd

RGB 216205221
HSL0.780.190.84
HSV281°87°
CMYK 0.020.070.00   0.13
XYZ63.201463.482077.3288
Yxy63.48200.30980.3112
Hunter Lab79.67562.1600-1.7707
CIE-Lab83.69536.6935-6.5507

#d8cddd color RGB value is (216,205,221).

#d8cddd hex color red value is 216, green value is 205 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d8cddd hue: 0.78 , saturation: 0.19 and the lightness value of d8cddd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001101 11011101
Octal 330 315 335
Decimal 216 205 221
Hex D8 CD DD

RGB Percentages of Color #d8cddd

%33.64
%31.93
%34.42

CMYK Percentages of Color #d8cddd

%2
%7
%0
%13

Triadic Colors of #d8cddd

#d8cddd #ddd8cd #cdddd8

Analogous Colors of #d8cddd

#d8cddd #ddcdda #d0cddd

Monochromatic Colors of #d8cddd

#d8cddd

Complementary Color

#d8cddd #d2ddcd

#d8cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cddd Color CSS Codes

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

#d8cddd Text Font Color

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

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


#d8cddd Background Color

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

This div background color is #d8cddd


#d8cddd Border Color

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

This div border color is #d8cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cddd

#d8cddd Color Palettes


Comments

No comments written yet.

Please login to write comment.