#E1EADA

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

Shades of Catskill White #E1EADA

Tints of Catskill White #E1EADA

Color information

#E1EADA (or 0xE1EADA) is unknown color: approx Catskill White. HEX triplet: E1, EA and DA. RGB value is (225,234,218). Sum of RGB (Red+Green+Blue) = 225+234+218=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EADA is #1E1525. Grayscale: #E5E5E5. Windows color (decimal): -1971494 or 14346977. OLE color: 14346977.

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

Color convert

RGB225234218-
CMYK0.0400.070.08
HSL93.75º27.59%88.63%-
HSV(B)93.75º6.84%91.76%-
XYZ73.1379.9277.9-
YUV229.48121.52124.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.23%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 218 (85.55% from 255) = 32.20%
R=33.23%
G=34.56%
B=32.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252342180.0400.070.0893.7527.5988.63
HexE1EADA40785e1c59
Octal3413523324071013634131
Binary111000011110101011011010100011110001011110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EADA; }

 p { color: rgb(225,234,218); }

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

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

 a { background-color: rgb(225,234,218); }

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

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

 span { border-color: rgb(225,234,218); }

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