Color Hex Logo

#dcdee1 Color Hex

#DCDEE1
(220,222,225)
0 Favorites   0 Comments

Color spaces of #dcdee1

RGB 220222225
HSL0.600.080.87
HSV216°88°
CMYK 0.020.010.00   0.12
XYZ69.227172.894481.6555
Yxy72.89440.30940.3257
Hunter Lab85.3782-4.67903.0600
CIE-Lab88.3973-0.1231-1.7117

#dcdee1 color RGB value is (220,222,225).

#dcdee1 hex color red value is 220, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dcdee1 hue: 0.60 , saturation: 0.08 and the lightness value of dcdee1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 11100001
Octal 334 336 341
Decimal 220 222 225
Hex DC DE E1

RGB Percentages of Color #dcdee1

%32.98
%33.28
%33.73

CMYK Percentages of Color #dcdee1

%2
%1
%0
%12

Triadic Colors of #dcdee1

#dcdee1 #e1dcde #dee1dc

Analogous Colors of #dcdee1

#dcdee1 #dddce1 #dce1e1

Monochromatic Colors of #dcdee1

#dcdee1

Complementary Color

#dcdee1 #e1dfdc

#dcdee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdee1 Color CSS Codes

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

#dcdee1 Text Font Color

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

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


#dcdee1 Background Color

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

This div background color is #dcdee1


#dcdee1 Border Color

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

This div border color is #dcdee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdee1


Comments

No comments written yet.

Please login to write comment.