Color Hex Logo

#dce7db Color Hex

#DCE7DB
(220,231,219)
0 Favorites   0 Comments

Color spaces of #dce7db

RGB 220231219
HSL0.320.200.88
HSV115°91°
CMYK 0.050.000.05   0.09
XYZ70.877377.481978.2377
Yxy77.48190.31280.3419
Hunter Lab88.0238-10.31248.9183
CIE-Lab90.5430-5.82504.5591

#dce7db color RGB value is (220,231,219).

#dce7db hex color red value is 220, green value is 231 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dce7db hue: 0.32 , saturation: 0.20 and the lightness value of dce7db is 0.88.

The process color (four color CMYK) of #dce7db color hex is 0.05, 0.00, 0.05, 0.09. Web safe color of #dce7db is #ccffcc. Color #dce7db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 11011011
Octal 334 347 333
Decimal 220 231 219
Hex DC E7 DB

RGB Percentages of Color #dce7db

%32.84
%34.48
%32.69

CMYK Percentages of Color #dce7db

%5
%0
%5
%9

Triadic Colors of #dce7db

#dce7db #dbdce7 #e7dbdc

Analogous Colors of #dce7db

#dce7db #dbe7e0 #e2e7db

Monochromatic Colors of #dce7db

#dce7db

Complementary Color

#dce7db #e6dbe7

#dce7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce7db Color CSS Codes

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

#dce7db Text Font Color

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

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


#dce7db Background Color

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

This div background color is #dce7db


#dce7db Border Color

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

This div border color is #dce7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce7db

#dce7db Color Palettes


Comments

No comments written yet.

Please login to write comment.