#E2EDD9

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

Shades of Catskill White #E2EDD9

Tints of Catskill White #E2EDD9

Color information

#E2EDD9 (or 0xE2EDD9) is unknown color: approx Catskill White. HEX triplet: E2, ED and D9. RGB value is (226,237,217). Sum of RGB (Red+Green+Blue) = 226+237+217=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDD9 is #1D1226. Grayscale: #E7E7E7. Windows color (decimal): -1905191 or 14282210. OLE color: 14282210.

HSL color Cylindrical-coordinate representation of color #E2EDD9: hue angle of 93º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2EDD9 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB226237217-
CMYK0.0500.080.07
HSL93º35.71%89.02%-
HSV(B)93º8.44%92.94%-
XYZ74.1781.7577.52-
YUV231.43119.86124.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 237 (92.97% from 255) = 34.85%
BLUE value IS 217 (85.16% from 255) = 31.91%
R=33.24%
G=34.85%
B=31.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262372170.0500.080.079335.7189.02
HexE2EDD950875d2459
Octal3423553315010713544131
Binary1110001011101101110110011010100011110111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDD9; }

 p { color: rgb(226,237,217); }

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

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

 a { background-color: rgb(226,237,217); }

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

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

 span { border-color: rgb(226,237,217); }

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