#DEE0DB

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

Shades of Catskill White #DEE0DB

Tints of Catskill White #DEE0DB

Color information

#DEE0DB (or 0xDEE0DB) is unknown color: approx Catskill White. HEX triplet: DE, E0 and DB. RGB value is (222,224,219). Sum of RGB (Red+Green+Blue) = 222+224+219=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0DB is #211F24. Grayscale: #DEDEDE. Windows color (decimal): -2170661 or 14409950. OLE color: 14409950.

HSL color Cylindrical-coordinate representation of color #DEE0DB: hue angle of 84º degrees, saturation: 0.07, 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 #DEE0DB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB222224219-
CMYK0.0100.020.12
HSL84º7.46%86.86%-
HSV(B)84º2.23%87.84%-
XYZ69.5773.9677.63-
YUV222.83125.84127.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=33.38%
G=33.68%
B=32.93%

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
Decimal2222242190.0100.020.12847.4686.86
HexDEE0DB102C54757
Octal336340333102141247127
Binary1101111011100000110110111010110010101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0DB; }

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

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

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

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

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

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

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

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