#E1EABA

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

Shades of Frost #E1EABA

Tints of Frost #E1EABA

Color information

#E1EABA (or 0xE1EABA) is unknown color: approx Frost. HEX triplet: E1, EA and BA. RGB value is (225,234,186). Sum of RGB (Red+Green+Blue) = 225+234+186=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EABA is #1E1545. Grayscale: #E2E2E2. Windows color (decimal): -1971526 or 12249825. OLE color: 12249825.

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

Color convert

RGB225234186-
CMYK0.0400.210.08
HSL71.25º53.33%82.35%-
HSV(B)71.25º20.51%91.76%-
XYZ69.3478.457.93-
YUV225.84105.52127.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 186 (73.05% from 255) = 28.84%
R=34.88%
G=36.28%
B=28.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252341860.0400.210.0871.2553.3382.35
HexE1EABA40158473552
Octal34135227240251010765122
Binary111000011110101010111010100010101100010001111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EABA; }

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

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

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

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

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

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

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

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