Color Hex Logo

#d9dddc Color Hex

#D9DDDC
(217,221,220)
0 Favorites   0 Comments

Color spaces of #d9dddc

RGB 217221220
HSL0.460.060.86
HSV165°87°
CMYK 0.020.000.00   0.13
XYZ67.390071.631977.9847
Yxy71.63190.31050.3301
Hunter Lab84.6356-5.98414.6141
CIE-Lab87.7911-1.52520.0078

#d9dddc color RGB value is (217,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011101 11011100
Octal 331 335 334
Decimal 217 221 220
Hex D9 DD DC

RGB Percentages of Color #d9dddc

%32.98
%33.59
%33.43

CMYK Percentages of Color #d9dddc

%2
%0
%0
%13

Triadic Colors of #d9dddc

#d9dddc #dcd9dd #dddcd9

Analogous Colors of #d9dddc

#d9dddc #d9dcdd #d9ddda

Monochromatic Colors of #d9dddc

#d9dddc

Complementary Color

#d9dddc #ddd9da

#d9dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dddc Color CSS Codes

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

#d9dddc Text Font Color

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

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


#d9dddc Background Color

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

This div background color is #d9dddc


#d9dddc Border Color

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

This div border color is #d9dddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dddc

#d9dddc Color Palettes


Comments

No comments written yet.

Please login to write comment.