#E0E1DE

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

Shades of Catskill White #E0E1DE

Tints of Catskill White #E0E1DE

Color information

#E0E1DE (or 0xE0E1DE) is unknown color: approx Catskill White. HEX triplet: E0, E1 and DE. RGB value is (224,225,222). Sum of RGB (Red+Green+Blue) = 224+225+222=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1DE is #1F1E21. Grayscale: #E0E0E0. Windows color (decimal): -2039330 or 14606816. OLE color: 14606816.

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

Color convert

RGB224225222-
CMYK0.0000.010.12
HSL80º4.76%87.65%-
HSV(B)80º1.33%88.24%-
XYZ70.8574.9779.84-
YUV224.36126.67127.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.38%
GREEN value IS 225 (88.28% from 255) = 33.53%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=33.38%
G=33.53%
B=33.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242252220.0000.010.12804.7687.65
HexE0E1DE001C50558
Octal340341336001141205130
Binary111000001110000111011110001110010100001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1DE; }

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

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

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

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

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

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

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

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