#DEE1DB

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

Shades of Catskill White #DEE1DB

Tints of Catskill White #DEE1DB

Color information

#DEE1DB (or 0xDEE1DB) is unknown color: approx Catskill White. HEX triplet: DE, E1 and DB. RGB value is (222,225,219). Sum of RGB (Red+Green+Blue) = 222+225+219=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1DB is #211E24. Grayscale: #DFDFDF. Windows color (decimal): -2170405 or 14410206. OLE color: 14410206.

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

Color convert

RGB222225219-
CMYK0.0100.030.12
HSL90º9.09%87.06%-
HSV(B)90º2.67%88.24%-
XYZ69.8474.4977.72-
YUV223.42125.51126.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.33%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=33.33%
G=33.78%
B=32.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222252190.0100.030.12909.0987.06
HexDEE1DB103C5a957
Octal3363413331031413211127
Binary11011110111000011101101110111100101101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1DB; }

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

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

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

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

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

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

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

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