#E2E5DD

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

Shades of Catskill White #E2E5DD

Tints of Catskill White #E2E5DD

Color information

#E2E5DD (or 0xE2E5DD) is unknown color: approx Catskill White. HEX triplet: E2, E5 and DD. RGB value is (226,229,221). Sum of RGB (Red+Green+Blue) = 226+229+221=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E5DD is #1D1A22. Grayscale: #E3E3E3. Windows color (decimal): -1907235 or 14542306. OLE color: 14542306.

HSL color Cylindrical-coordinate representation of color #E2E5DD: hue angle of 82.5º degrees, saturation: 0.13, 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 #E2E5DD is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB226229221-
CMYK0.0100.030.10
HSL82.5º13.33%88.24%-
HSV(B)82.5º3.49%89.8%-
XYZ72.4377.4379.53-
YUV227.19124.51127.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.43%
GREEN value IS 229 (89.84% from 255) = 33.88%
BLUE value IS 221 (86.72% from 255) = 32.69%
R=33.43%
G=33.88%
B=32.69%

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
Decimal2262292210.0100.030.1082.513.3388.24
HexE2E5DD103A52d58
Octal3423453351031212215130
Binary11100010111001011101110110111010101001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E5DD; }

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

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

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

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

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

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

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

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