Color Hex Logo

#d5d7dd Color Hex

#D5D7DD
(213,215,221)
0 Favorites   0 Comments

Color spaces of #d5d7dd

RGB 213215221
HSL0.630.110.85
HSV225°87°
CMYK 0.040.030.00   0.13
XYZ64.792267.967578.1107
Yxy67.96750.30730.3223
Hunter Lab82.4424-3.98951.5349
CIE-Lab85.99020.4331-3.1935

#d5d7dd color RGB value is (213,215,221).

#d5d7dd hex color red value is 213, green value is 215 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d5d7dd hue: 0.63 , saturation: 0.11 and the lightness value of d5d7dd is 0.85.

The process color (four color CMYK) of #d5d7dd color hex is 0.04, 0.03, 0.00, 0.13. Web safe color of #d5d7dd is #cccccc. Color #d5d7dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11010111 11011101
Octal 325 327 335
Decimal 213 215 221
Hex D5 D7 DD

RGB Percentages of Color #d5d7dd

%32.82
%33.13
%34.05

CMYK Percentages of Color #d5d7dd

%4
%3
%0
%13

Triadic Colors of #d5d7dd

#d5d7dd #ddd5d7 #d7ddd5

Analogous Colors of #d5d7dd

#d5d7dd #d7d5dd #d5dbdd

Monochromatic Colors of #d5d7dd

#d5d7dd

Complementary Color

#d5d7dd #dddbd5

#d5d7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d7dd Color CSS Codes

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

#d5d7dd Text Font Color

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

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


#d5d7dd Background Color

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

This div background color is #d5d7dd


#d5d7dd Border Color

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

This div border color is #d5d7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d7dd

#d5d7dd Color Palettes


Comments

No comments written yet.

Please login to write comment.