Color Hex Logo

#dce6de Color Hex

#DCE6DE
(220,230,222)
0 Favorites   0 Comments

Color spaces of #dce6de

RGB 220230222
HSL0.370.170.88
HSV132°90°
CMYK 0.040.000.03   0.10
XYZ70.996877.083280.2439
Yxy77.08320.31090.3376
Hunter Lab87.7970-9.30147.2686
CIE-Lab90.3599-4.78122.7252

#dce6de color RGB value is (220,230,222).

#dce6de hex color red value is 220, green value is 230 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dce6de hue: 0.37 , saturation: 0.17 and the lightness value of dce6de is 0.88.

The process color (four color CMYK) of #dce6de color hex is 0.04, 0.00, 0.03, 0.10. Web safe color of #dce6de is #ccffcc. Color #dce6de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 11011110
Octal 334 346 336
Decimal 220 230 222
Hex DC E6 DE

RGB Percentages of Color #dce6de

%32.74
%34.23
%33.04

CMYK Percentages of Color #dce6de

%4
%0
%3
%10

Triadic Colors of #dce6de

#dce6de #dedce6 #e6dedc

Analogous Colors of #dce6de

#dce6de #dce6e3 #dfe6dc

Monochromatic Colors of #dce6de

#dce6de

Complementary Color

#dce6de #e6dce4

#dce6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce6de Color CSS Codes

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

#dce6de Text Font Color

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

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


#dce6de Background Color

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

This div background color is #dce6de


#dce6de Border Color

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

This div border color is #dce6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce6de


Comments

No comments written yet.

Please login to write comment.