Color Hex Logo

#d9dcdc Color Hex

#D9DCDC
(217,220,220)
0 Favorites   0 Comments

Color spaces of #d9dcdc

RGB 217220220
HSL0.500.040.86
HSV180°86°
CMYK 0.010.000.00   0.14
XYZ67.126771.105477.8969
Yxy71.10540.31060.3290
Hunter Lab84.3240-5.47094.2559
CIE-Lab87.5362-1.0079-0.3645

#d9dcdc color RGB value is (217,220,220).

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

The process color (four color CMYK) of #d9dcdc color hex is 0.01, 0.00, 0.00, 0.14. Web safe color of #d9dcdc is #cccccc. Color #d9dcdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011100 11011100
Octal 331 334 334
Decimal 217 220 220
Hex D9 DC DC

RGB Percentages of Color #d9dcdc

%33.03
%33.49
%33.49

CMYK Percentages of Color #d9dcdc

%1
%0
%0
%14

Triadic Colors of #d9dcdc

#d9dcdc #dcd9dc #dcdcd9

Analogous Colors of #d9dcdc

#d9dcdc #d9dbdc #d9dcdb

Monochromatic Colors of #d9dcdc

#d9dcdc

Complementary Color

#d9dcdc #dcd9d9

#d9dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dcdc Color CSS Codes

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

#d9dcdc Text Font Color

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

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


#d9dcdc Background Color

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

This div background color is #d9dcdc


#d9dcdc Border Color

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

This div border color is #d9dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dcdc

#d9dcdc Color Palettes


Comments

No comments written yet.

Please login to write comment.