#E0E2DE

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

Shades of Catskill White #E0E2DE

Tints of Catskill White #E0E2DE

Color information

#E0E2DE (or 0xE0E2DE) is unknown color: approx Catskill White. HEX triplet: E0, E2 and DE. RGB value is (224,226,222). Sum of RGB (Red+Green+Blue) = 224+226+222=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E2DE is #1F1D21. Grayscale: #E0E0E0. Windows color (decimal): -2039074 or 14607072. OLE color: 14607072.

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

Color convert

RGB224226222-
CMYK0.0100.020.11
HSL90º6.45%87.84%-
HSV(B)90º1.77%88.63%-
XYZ71.1275.5179.93-
YUV224.95126.34127.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.33%
GREEN value IS 226 (88.67% from 255) = 33.63%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=33.33%
G=33.63%
B=33.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242262220.0100.020.11906.4587.84
HexE0E2DE102B5a658
Octal340342336102131326130
Binary1110000011100010110111101010101110110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E2DE; }

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

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

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

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

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

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

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

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