Color Hex Logo

#d8dddc Color Hex

#D8DDDC
(216,221,220)
0 Favorites   0 Comments

Color spaces of #d8dddc

RGB 216221220
HSL0.470.070.86
HSV168°87°
CMYK 0.020.000.00   0.13
XYZ67.093671.479177.9708
Yxy71.47910.30980.3301
Hunter Lab84.5453-6.30004.5023
CIE-Lab87.7173-1.8615-0.1089

#d8dddc color RGB value is (216,221,220).

#d8dddc hex color red value is 216, green value is 221 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d8dddc hue: 0.47 , saturation: 0.07 and the lightness value of d8dddc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011101 11011100
Octal 330 335 334
Decimal 216 221 220
Hex D8 DD DC

RGB Percentages of Color #d8dddc

%32.88
%33.64
%33.49

CMYK Percentages of Color #d8dddc

%2
%0
%0
%13

Triadic Colors of #d8dddc

#d8dddc #dcd8dd #dddcd8

Analogous Colors of #d8dddc

#d8dddc #d8dcdd #d8ddda

Monochromatic Colors of #d8dddc

#d8dddc

Complementary Color

#d8dddc #ddd8d9

#d8dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dddc Color CSS Codes

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

#d8dddc Text Font Color

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

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


#d8dddc Background Color

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

This div background color is #d8dddc


#d8dddc Border Color

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

This div border color is #d8dddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,221,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 #d8dddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dddc


Comments

No comments written yet.

Please login to write comment.