Color Hex Logo

#d6dee1 Color Hex

#D6DEE1
(214,222,225)
0 Favorites   0 Comments

Color spaces of #d6dee1

RGB 214222225
HSL0.550.150.86
HSV196°88°
CMYK 0.050.010.00   0.12
XYZ67.443471.974981.5721
Yxy71.97490.30520.3257
Hunter Lab84.8380-6.56502.3790
CIE-Lab87.9565-2.1204-2.4098

#d6dee1 color RGB value is (214,222,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011110 11100001
Octal 326 336 341
Decimal 214 222 225
Hex D6 DE E1

RGB Percentages of Color #d6dee1

%32.38
%33.59
%34.04

CMYK Percentages of Color #d6dee1

%5
%1
%0
%12

Triadic Colors of #d6dee1

#d6dee1 #e1d6de #dee1d6

Analogous Colors of #d6dee1

#d6dee1 #d6d9e1 #d6e1df

Monochromatic Colors of #d6dee1

#d6dee1

Complementary Color

#d6dee1 #e1d9d6

#d6dee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6dee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6dee1 Color CSS Codes

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

#d6dee1 Text Font Color

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

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


#d6dee1 Background Color

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

This div background color is #d6dee1


#d6dee1 Border Color

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

This div border color is #d6dee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6dee1

#d6dee1 Color Palettes


Comments

No comments written yet.

Please login to write comment.