#E5F0D8

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

Shades of Catskill White #E5F0D8

Tints of Catskill White #E5F0D8

Color information

#E5F0D8 (or 0xE5F0D8) is unknown color: approx Catskill White. HEX triplet: E5, F0 and D8. RGB value is (229,240,216). Sum of RGB (Red+Green+Blue) = 229+240+216=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F0D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F0D8 is #1A0F27. Grayscale: #EAEAEA. Windows color (decimal): -1707816 or 14217445. OLE color: 14217445.

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

Color convert

RGB229240216-
CMYK0.0500.10.06
HSL87.5º44.44%89.41%-
HSV(B)87.5º10%94.12%-
XYZ75.8783.9477.17-
YUV233.98117.86124.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.43%
GREEN value IS 240 (94.14% from 255) = 35.04%
BLUE value IS 216 (84.77% from 255) = 31.53%
R=33.43%
G=35.04%
B=31.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292402160.0500.10.0687.544.4489.41
HexE5F0D850A6582c59
Octal3453603305012613054131
Binary1110010111110000110110001010101011010110001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F0D8; }

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

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

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

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

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

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

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

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