Color Hex Logo

#d5dee1 Color Hex

#D5DEE1
(213,222,225)
0 Favorites   0 Comments

Color spaces of #d5dee1

RGB 213222225
HSL0.540.170.86
HSV195°88°
CMYK 0.050.010.00   0.12
XYZ67.152571.824981.5584
Yxy71.82490.30450.3257
Hunter Lab84.7496-6.87482.2672
CIE-Lab87.8842-2.4510-2.5242

#d5dee1 color RGB value is (213,222,225).

#d5dee1 hex color red value is 213, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d5dee1 hue: 0.54 , saturation: 0.17 and the lightness value of d5dee1 is 0.86.

The process color (four color CMYK) of #d5dee1 color hex is 0.05, 0.01, 0.00, 0.12. Web safe color of #d5dee1 is #cccccc. Color #d5dee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011110 11100001
Octal 325 336 341
Decimal 213 222 225
Hex D5 DE E1

RGB Percentages of Color #d5dee1

%32.27
%33.64
%34.09

CMYK Percentages of Color #d5dee1

%5
%1
%0
%12

Triadic Colors of #d5dee1

#d5dee1 #e1d5de #dee1d5

Analogous Colors of #d5dee1

#d5dee1 #d5d8e1 #d5e1de

Monochromatic Colors of #d5dee1

#d5dee1

Complementary Color

#d5dee1 #e1d8d5

#d5dee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dee1 Color CSS Codes

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

#d5dee1 Text Font Color

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

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


#d5dee1 Background Color

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

This div background color is #d5dee1


#d5dee1 Border Color

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

This div border color is #d5dee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dee1


Comments

No comments written yet.

Please login to write comment.