#DEE2D9

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

Shades of Catskill White #DEE2D9

Tints of Catskill White #DEE2D9

Color information

#DEE2D9 (or 0xDEE2D9) is unknown color: approx Catskill White. HEX triplet: DE, E2 and D9. RGB value is (222,226,217). Sum of RGB (Red+Green+Blue) = 222+226+217=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2D9 is #211D26. Grayscale: #DFDFDF. Windows color (decimal): -2170151 or 14279390. OLE color: 14279390.

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

Color convert

RGB222226217-
CMYK0.0200.040.11
HSL86.67º13.43%86.86%-
HSV(B)86.67º3.98%88.63%-
XYZ69.8474.9376.43-
YUV223.78124.17126.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 217 (85.16% from 255) = 32.63%
R=33.38%
G=33.98%
B=32.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222262170.0200.040.1186.6713.4386.86
HexDEE2D9204B57d57
Octal3363423312041312715127
Binary1101111011100010110110011001001011101011111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2D9; }

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

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

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

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

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

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

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

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