Color Hex Logo

#d0d8dc Color Hex

#D0D8DC
(208,216,220)
0 Favorites   0 Comments

Color spaces of #d0d8dc

RGB 208216220
HSL0.560.150.84
HSV200°86°
CMYK 0.050.020.00   0.14
XYZ63.486667.688977.4293
Yxy67.68890.30430.3245
Hunter Lab82.2733-6.23771.7921
CIE-Lab85.8507-1.9412-2.9120

#d0d8dc color RGB value is (208,216,220).

#d0d8dc hex color red value is 208, green value is 216 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d0d8dc hue: 0.56 , saturation: 0.15 and the lightness value of d0d8dc is 0.84.

The process color (four color CMYK) of #d0d8dc color hex is 0.05, 0.02, 0.00, 0.14. Web safe color of #d0d8dc is #cccccc. Color #d0d8dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011000 11011100
Octal 320 330 334
Decimal 208 216 220
Hex D0 D8 DC

RGB Percentages of Color #d0d8dc

%32.30
%33.54
%34.16

CMYK Percentages of Color #d0d8dc

%5
%2
%0
%14

Triadic Colors of #d0d8dc

#d0d8dc #dcd0d8 #d8dcd0

Analogous Colors of #d0d8dc

#d0d8dc #d0d2dc #d0dcda

Monochromatic Colors of #d0d8dc

#d0d8dc

Complementary Color

#d0d8dc #dcd4d0

#d0d8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0d8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0d8dc Color CSS Codes

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

#d0d8dc Text Font Color

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

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


#d0d8dc Background Color

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

This div background color is #d0d8dc


#d0d8dc Border Color

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

This div border color is #d0d8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0d8dc

#d0d8dc Color Palettes


Comments

No comments written yet.

Please login to write comment.