#DEE0DC

Color #DEE0DC Catskill White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catskill White #DEE0DC

Tints of Catskill White #DEE0DC

Color information

#DEE0DC (or 0xDEE0DC) is unknown color: approx Catskill White. HEX triplet: DE, E0 and DC. RGB value is (222,224,220). Sum of RGB (Red+Green+Blue) = 222+224+220=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0DC is #211F23. Grayscale: #DEDEDE. Windows color (decimal): -2170660 or 14475486. OLE color: 14475486.

HSL color Cylindrical-coordinate representation of color #DEE0DC: hue angle of 90º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEE0DC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB222224220-
CMYK0.0100.020.12
HSL90º6.06%87.06%-
HSV(B)90º1.79%87.84%-
XYZ69.774.0178.32-
YUV222.95126.34127.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 33.33%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 220 (86.33% from 255) = 33.03%
R=33.33%
G=33.63%
B=33.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222242200.0100.020.12906.0687.06
HexDEE0DC102C5a657
Octal336340334102141326127
Binary1101111011100000110111001010110010110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0DC; }

 p { color: rgb(222,224,220); }

 H1.HeaderClassName
 {
   color: #DEE0DC;
 }
 .AnyTagClassName
 {
   color: #DEE0DC;
 }
</style>
background-color css

<style>
 a { background-color: #DEE0DC; }

 a { background-color: rgb(222,224,220); }

 div.DivClassName
 {
   background-color: #DEE0DC;
 }
 .BgClassName
 {
   background-color: #DEE0DC;
 }
</style>
border-color css

<style>
 span { border-color: #DEE0DC; }

 span { border-color: rgb(222,224,220); }

 td.TdClassName
 {
   border-color: #DEE0DC;
 }
 .TagClassName
 {
   border-color: #DEE0DC;
 }
</style>