Color Hex Logo

#dce2df Color Hex

#DCE2DF
(220,226,223)
0 Favorites   0 Comments

Color spaces of #dce2df

RGB 220226223
HSL0.420.090.87
HSV150°89°
CMYK 0.030.000.01   0.11
XYZ70.030874.936180.5851
Yxy74.93610.31050.3322
Hunter Lab86.5656-7.08505.4021
CIE-Lab89.3631-2.55150.7509

#dce2df color RGB value is (220,226,223).

#dce2df hex color red value is 220, green value is 226 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dce2df hue: 0.42 , saturation: 0.09 and the lightness value of dce2df is 0.87.

The process color (four color CMYK) of #dce2df color hex is 0.03, 0.00, 0.01, 0.11. Web safe color of #dce2df is #cccccc. Color #dce2df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100010 11011111
Octal 334 342 337
Decimal 220 226 223
Hex DC E2 DF

RGB Percentages of Color #dce2df

%32.88
%33.78
%33.33

CMYK Percentages of Color #dce2df

%3
%0
%1
%11

Triadic Colors of #dce2df

#dce2df #dfdce2 #e2dfdc

Analogous Colors of #dce2df

#dce2df #dce2e2 #dce2dc

Monochromatic Colors of #dce2df

#dce2df

Complementary Color

#dce2df #e2dcdf

#dce2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce2df Color CSS Codes

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

#dce2df Text Font Color

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

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


#dce2df Background Color

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

This div background color is #dce2df


#dce2df Border Color

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

This div border color is #dce2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce2df

#dce2df Color Palettes


Comments

No comments written yet.

Please login to write comment.