#E5EDDA

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

Shades of Catskill White #E5EDDA

Tints of Catskill White #E5EDDA

Color information

#E5EDDA (or 0xE5EDDA) is unknown color: approx Catskill White. HEX triplet: E5, ED and DA. RGB value is (229,237,218). Sum of RGB (Red+Green+Blue) = 229+237+218=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EDDA is #1A1225. Grayscale: #E8E8E8. Windows color (decimal): -1708582 or 14347749. OLE color: 14347749.

HSL color Cylindrical-coordinate representation of color #E5EDDA: hue angle of 85.26º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5EDDA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB229237218-
CMYK0.0300.080.07
HSL85.26º34.55%89.22%-
HSV(B)85.26º8.02%92.94%-
XYZ75.2582.2978.25-
YUV232.44119.85125.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.48%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 218 (85.55% from 255) = 31.87%
R=33.48%
G=34.65%
B=31.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292372180.0300.080.0785.2634.5589.22
HexE5EDDA3087552359
Octal3453553323010712543131
Binary111001011110110111011010110100011110101011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDDA; }

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

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

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

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

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

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

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

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