Color Hex Logo

#dce1cc Color Hex

#DCE1CC
(220,225,204)
0 Favorites   0 Comments

Color spaces of #dce1cc

RGB 220225204
HSL0.210.260.84
HSV74°88°
CMYK 0.020.000.09   0.12
XYZ67.339573.425767.7501
Yxy73.42570.32290.3521
Hunter Lab85.6888-9.679213.1043
CIE-Lab88.6504-5.34029.6872

#dce1cc color RGB value is (220,225,204).

#dce1cc hex color red value is 220, green value is 225 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dce1cc hue: 0.21 , saturation: 0.26 and the lightness value of dce1cc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 11001100
Octal 334 341 314
Decimal 220 225 204
Hex DC E1 CC

RGB Percentages of Color #dce1cc

%33.90
%34.67
%31.43

CMYK Percentages of Color #dce1cc

%2
%0
%9
%12

Triadic Colors of #dce1cc

#dce1cc #ccdce1 #e1ccdc

Analogous Colors of #dce1cc

#dce1cc #d2e1cc #e1dccc

Monochromatic Colors of #dce1cc

#dce1cc

Complementary Color

#dce1cc #d1cce1

#dce1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce1cc Color CSS Codes

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

#dce1cc Text Font Color

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

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


#dce1cc Background Color

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

This div background color is #dce1cc


#dce1cc Border Color

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

This div border color is #dce1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce1cc


Comments

No comments written yet.

Please login to write comment.