Color Hex Logo

#dce1dc Color Hex

#DCE1DC
(220,225,220)
1 Favorites   0 Comments

Color spaces of #dce1dc

RGB 220225220
HSL0.330.080.87
HSV120°88°
CMYK 0.020.000.02   0.12
XYZ69.358774.233478.3830
Yxy74.23340.31250.3344
Hunter Lab86.1588-7.08366.3721
CIE-Lab89.0327-2.57681.8444

#dce1dc color RGB value is (220,225,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 11011100
Octal 334 341 334
Decimal 220 225 220
Hex DC E1 DC

RGB Percentages of Color #dce1dc

%33.08
%33.83
%33.08

CMYK Percentages of Color #dce1dc

%2
%0
%2
%12

Triadic Colors of #dce1dc

#dce1dc #dcdce1 #e1dcdc

Analogous Colors of #dce1dc

#dce1dc #dce1df #dfe1dc

Monochromatic Colors of #dce1dc

#dce1dc

Complementary Color

#dce1dc #e1dce1

#dce1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce1dc Color CSS Codes

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

#dce1dc Text Font Color

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

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


#dce1dc Background Color

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

This div background color is #dce1dc


#dce1dc Border Color

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

This div border color is #dce1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce1dc


Comments

No comments written yet.

Please login to write comment.