#DEE3DB

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

Shades of Catskill White #DEE3DB

Tints of Catskill White #DEE3DB

Color information

#DEE3DB (or 0xDEE3DB) is unknown color: approx Catskill White. HEX triplet: DE, E3 and DB. RGB value is (222,227,219). Sum of RGB (Red+Green+Blue) = 222+227+219=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3DB is #211C24. Grayscale: #E0E0E0. Windows color (decimal): -2169893 or 14410718. OLE color: 14410718.

HSL color Cylindrical-coordinate representation of color #DEE3DB: hue angle of 97.5º 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 #DEE3DB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB222227219-
CMYK0.0200.040.11
HSL97.5º12.5%87.45%-
HSV(B)97.5º3.52%89.02%-
XYZ70.3875.5877.9-
YUV224.59124.84126.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 227 (89.06% from 255) = 33.98%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=33.23%
G=33.98%
B=32.78%

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
Decimal2222272190.0200.040.1197.512.587.45
HexDEE3DB204B61d57
Octal3363433332041314115127
Binary1101111011100011110110111001001011110000111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3DB; }

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

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

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

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

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

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

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

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