Color Hex Logo

#d5dfde Color Hex

#D5DFDE
(213,223,222)
1 Favorites   0 Comments

Color spaces of #d5dfde

RGB 213223222
HSL0.480.140.85
HSV174°87°
CMYK 0.040.000.00   0.13
XYZ67.013172.195479.5104
Yxy72.19540.30640.3301
Hunter Lab84.9679-7.91313.9957
CIE-Lab88.0626-3.5280-0.6836

#d5dfde color RGB value is (213,223,222).

#d5dfde hex color red value is 213, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d5dfde hue: 0.48 , saturation: 0.14 and the lightness value of d5dfde is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011111 11011110
Octal 325 337 336
Decimal 213 223 222
Hex D5 DF DE

RGB Percentages of Color #d5dfde

%32.37
%33.89
%33.74

CMYK Percentages of Color #d5dfde

%4
%0
%0
%13

Triadic Colors of #d5dfde

#d5dfde #ded5df #dfded5

Analogous Colors of #d5dfde

#d5dfde #d5dbdf #d5dfd9

Monochromatic Colors of #d5dfde

#d5dfde

Complementary Color

#d5dfde #dfd5d6

#d5dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dfde Color CSS Codes

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

#d5dfde Text Font Color

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

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


#d5dfde Background Color

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

This div background color is #d5dfde


#d5dfde Border Color

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

This div border color is #d5dfde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,223,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d5dfde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dfde

#d5dfde Color Palettes


Comments

No comments written yet.

Please login to write comment.