#E2EAD8

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

Shades of Catskill White #E2EAD8

Tints of Catskill White #E2EAD8

Color information

#E2EAD8 (or 0xE2EAD8) is unknown color: approx Catskill White. HEX triplet: E2, EA and D8. RGB value is (226,234,216). Sum of RGB (Red+Green+Blue) = 226+234+216=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAD8 is #1D1527. Grayscale: #E5E5E5. Windows color (decimal): -1905960 or 14215906. OLE color: 14215906.

HSL color Cylindrical-coordinate representation of color #E2EAD8: hue angle of 86.67º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2EAD8 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB226234216-
CMYK0.0300.080.08
HSL86.67º30%88.24%-
HSV(B)86.67º7.69%91.76%-
XYZ73.1879.9776.54-
YUV229.56120.35125.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.43%
GREEN value IS 234 (91.80% from 255) = 34.62%
BLUE value IS 216 (84.77% from 255) = 31.95%
R=33.43%
G=34.62%
B=31.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262342160.0300.080.0886.673088.24
HexE2EAD83088571e58
Octal34235233030101012736130
Binary111000101110101011011000110100010001010111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EAD8; }

 p { color: rgb(226,234,216); }

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

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

 a { background-color: rgb(226,234,216); }

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

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

 span { border-color: rgb(226,234,216); }

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