Color Hex Logo

#d5d8dc Color Hex

#D5D8DC
(213,216,220)
0 Favorites   0 Comments

Color spaces of #d5d8dc

RGB 213216220
HSL0.600.090.85
HSV214°86°
CMYK 0.030.020.00   0.14
XYZ64.914768.425277.4962
Yxy68.42520.30790.3245
Hunter Lab82.7195-4.68012.3575
CIE-Lab86.2186-0.2743-2.3289

#d5d8dc color RGB value is (213,216,220).

#d5d8dc hex color red value is 213, green value is 216 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d5d8dc hue: 0.60 , saturation: 0.09 and the lightness value of d5d8dc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011000 11011100
Octal 325 330 334
Decimal 213 216 220
Hex D5 D8 DC

RGB Percentages of Color #d5d8dc

%32.82
%33.28
%33.90

CMYK Percentages of Color #d5d8dc

%3
%2
%0
%14

Triadic Colors of #d5d8dc

#d5d8dc #dcd5d8 #d8dcd5

Analogous Colors of #d5d8dc

#d5d8dc #d6d5dc #d5dcdc

Monochromatic Colors of #d5d8dc

#d5d8dc

Complementary Color

#d5d8dc #dcd9d5

#d5d8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d8dc Color CSS Codes

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

#d5d8dc Text Font Color

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

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


#d5d8dc Background Color

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

This div background color is #d5d8dc


#d5d8dc Border Color

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

This div border color is #d5d8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d8dc

#d5d8dc Color Palettes


Comments

No comments written yet.

Please login to write comment.