#E5EFDC

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

Shades of Catskill White #E5EFDC

Tints of Catskill White #E5EFDC

Color information

#E5EFDC (or 0xE5EFDC) is unknown color: approx Catskill White. HEX triplet: E5, EF and DC. RGB value is (229,239,220). Sum of RGB (Red+Green+Blue) = 229+239+220=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EFDC is #1A1023. Grayscale: #E9E9E9. Windows color (decimal): -1708068 or 14479333. OLE color: 14479333.

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

Color convert

RGB229239220-
CMYK0.0400.080.06
HSL91.58º37.25%90%-
HSV(B)91.58º7.95%93.73%-
XYZ76.183.5679.83-
YUV233.84120.19124.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.28%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=33.28%
G=34.74%
B=31.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292392200.0400.080.0691.5837.2590
HexE5EFDC40865c255a
Octal3453573344010613445132
Binary1110010111101111110111001000100011010111001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EFDC; }

 p { color: rgb(229,239,220); }

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

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

 a { background-color: rgb(229,239,220); }

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

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

 span { border-color: rgb(229,239,220); }

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