#E5F2D7

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

Shades of Catskill White #E5F2D7

Tints of Catskill White #E5F2D7

Color information

#E5F2D7 (or 0xE5F2D7) is unknown color: approx Catskill White. HEX triplet: E5, F2 and D7. RGB value is (229,242,215). Sum of RGB (Red+Green+Blue) = 229+242+215=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F2D7 is #1A0D28. Grayscale: #EBEBEB. Windows color (decimal): -1707305 or 14152421. OLE color: 14152421.

HSL color Cylindrical-coordinate representation of color #E5F2D7: hue angle of 88.89º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5F2D7 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB229242215-
CMYK0.0500.110.05
HSL88.89º50.94%89.61%-
HSV(B)88.89º11.16%94.9%-
XYZ76.3385.0776.69-
YUV235.04116.69123.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.38%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 215 (84.38% from 255) = 31.34%
R=33.38%
G=35.28%
B=31.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292422150.0500.110.0588.8950.9489.61
HexE5F2D750B559335a
Octal3453623275013513163132
Binary1110010111110010110101111010101110110110011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F2D7; }

 p { color: rgb(229,242,215); }

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

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

 a { background-color: rgb(229,242,215); }

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

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

 span { border-color: rgb(229,242,215); }

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