#E2E5DE

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

Shades of Catskill White #E2E5DE

Tints of Catskill White #E2E5DE

Color information

#E2E5DE (or 0xE2E5DE) is unknown color: approx Catskill White. HEX triplet: E2, E5 and DE. RGB value is (226,229,222). Sum of RGB (Red+Green+Blue) = 226+229+222=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E5DE is #1D1A21. Grayscale: #E3E3E3. Windows color (decimal): -1907234 or 14607842. OLE color: 14607842.

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

Color convert

RGB226229222-
CMYK0.0100.030.10
HSL85.71º11.86%88.43%-
HSV(B)85.71º3.06%89.8%-
XYZ72.5777.4880.24-
YUV227.3125.01127.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.38%
GREEN value IS 229 (89.84% from 255) = 33.83%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=33.38%
G=33.83%
B=32.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2262292220.0100.030.1085.7111.8688.43
HexE2E5DE103A56c58
Octal3423453361031212614130
Binary11100010111001011101111010111010101011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E5DE; }

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

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

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

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

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

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

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

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