#DEE2DC

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

Shades of Catskill White #DEE2DC

Tints of Catskill White #DEE2DC

Color information

#DEE2DC (or 0xDEE2DC) is unknown color: approx Catskill White. HEX triplet: DE, E2 and DC. RGB value is (222,226,220). Sum of RGB (Red+Green+Blue) = 222+226+220=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2DC is #211D23. Grayscale: #E0E0E0. Windows color (decimal): -2170148 or 14475998. OLE color: 14475998.

HSL color Cylindrical-coordinate representation of color #DEE2DC: hue angle of 100º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE2DC is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB222226220-
CMYK0.0200.030.11
HSL100º9.38%87.45%-
HSV(B)100º2.65%88.63%-
XYZ70.2475.0978.5-
YUV224.12125.67126.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=33.23%
G=33.83%
B=32.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222262200.0200.030.111009.3887.45
HexDEE2DC203B64957
Octal3363423342031314411127
Binary110111101110001011011100100111011110010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2DC; }

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

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

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

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

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

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

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

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