Color Hex Logo

#dce2db Color Hex

#DCE2DB
(220,226,219)
0 Favorites   0 Comments

Color spaces of #dce2db

RGB 220226219
HSL0.310.110.87
HSV111°89°
CMYK 0.030.000.03   0.11
XYZ69.497774.722877.7779
Yxy74.72280.31310.3366
Hunter Lab86.4424-7.76417.1625
CIE-Lab89.2630-3.26902.7039

#dce2db color RGB value is (220,226,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100010 11011011
Octal 334 342 333
Decimal 220 226 219
Hex DC E2 DB

RGB Percentages of Color #dce2db

%33.08
%33.98
%32.93

CMYK Percentages of Color #dce2db

%3
%0
%3
%11

Triadic Colors of #dce2db

#dce2db #dbdce2 #e2dbdc

Analogous Colors of #dce2db

#dce2db #dbe2de #e0e2db

Monochromatic Colors of #dce2db

#dce2db

Complementary Color

#dce2db #e1dbe2

#dce2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce2db Color CSS Codes

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

#dce2db Text Font Color

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

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


#dce2db Background Color

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

This div background color is #dce2db


#dce2db Border Color

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

This div border color is #dce2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce2db


Comments

No comments written yet.

Please login to write comment.