#E5F1DA

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

Shades of Catskill White #E5F1DA

Tints of Catskill White #E5F1DA

Color information

#E5F1DA (or 0xE5F1DA) is unknown color: approx Catskill White. HEX triplet: E5, F1 and DA. RGB value is (229,241,218). Sum of RGB (Red+Green+Blue) = 229+241+218=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F1DA is #1A0E25. Grayscale: #EAEAEA. Windows color (decimal): -1707558 or 14348773. OLE color: 14348773.

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

Color convert

RGB229241218-
CMYK0.0500.100.05
HSL91.3º45.1%90%-
HSV(B)91.3º9.54%94.51%-
XYZ76.4284.6378.64-
YUV234.79118.52123.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.28%
GREEN value IS 241 (94.53% from 255) = 35.03%
BLUE value IS 218 (85.55% from 255) = 31.69%
R=33.28%
G=35.03%
B=31.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292412180.0500.100.0591.345.190
HexE5F1DA50A55b2d5a
Octal3453613325012513355132
Binary1110010111110001110110101010101010110110111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F1DA; }

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

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

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

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

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

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

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

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