Color Hex Logo

#d9dddd Color Hex

#D9DDDD
(217,221,221)
0 Favorites   0 Comments

Color spaces of #d9dddd

RGB 217221221
HSL0.500.060.86
HSV180°87°
CMYK 0.020.000.00   0.13
XYZ67.522971.685178.6844
Yxy71.68510.30990.3290
Hunter Lab84.6671-5.81164.1664
CIE-Lab87.8168-1.3430-0.4814

#d9dddd color RGB value is (217,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011101 11011101
Octal 331 335 335
Decimal 217 221 221
Hex D9 DD DD

RGB Percentages of Color #d9dddd

%32.93
%33.54
%33.54

CMYK Percentages of Color #d9dddd

%2
%0
%0
%13

Triadic Colors of #d9dddd

#d9dddd #ddd9dd #ddddd9

Analogous Colors of #d9dddd

#d9dddd #d9dbdd #d9dddb

Monochromatic Colors of #d9dddd

#d9dddd

Complementary Color

#d9dddd #ddd9d9

#d9dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dddd Color CSS Codes

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

#d9dddd Text Font Color

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

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


#d9dddd Background Color

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

This div background color is #d9dddd


#d9dddd Border Color

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

This div border color is #d9dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dddd

#d9dddd Color Palettes


Comments

No comments written yet.

Please login to write comment.