#E5F0DA

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

Shades of Catskill White #E5F0DA

Tints of Catskill White #E5F0DA

Color information

#E5F0DA (or 0xE5F0DA) is unknown color: approx Catskill White. HEX triplet: E5, F0 and DA. RGB value is (229,240,218). Sum of RGB (Red+Green+Blue) = 229+240+218=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F0DA is #1A0F25. Grayscale: #EAEAEA. Windows color (decimal): -1707814 or 14348517. OLE color: 14348517.

HSL color Cylindrical-coordinate representation of color #E5F0DA: hue angle of 90º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5F0DA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB229240218-
CMYK0.0500.090.06
HSL90º42.31%89.8%-
HSV(B)90º9.17%94.12%-
XYZ76.1384.0478.54-
YUV234.2118.86124.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.33%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 218 (85.55% from 255) = 31.73%
R=33.33%
G=34.93%
B=31.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292402180.0500.090.069042.3189.8
HexE5F0DA50965a2a5a
Octal3453603325011613252132
Binary1110010111110000110110101010100111010110101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F0DA; }

 p { color: rgb(229,240,218); }

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

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

 a { background-color: rgb(229,240,218); }

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

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

 span { border-color: rgb(229,240,218); }

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