#E1EABE

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

Shades of Frost #E1EABE

Tints of Frost #E1EABE

Color information

#E1EABE (or 0xE1EABE) is unknown color: approx Frost. HEX triplet: E1, EA and BE. RGB value is (225,234,190). Sum of RGB (Red+Green+Blue) = 225+234+190=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EABE is #1E1541. Grayscale: #E2E2E2. Windows color (decimal): -1971522 or 12511969. OLE color: 12511969.

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

Color convert

RGB225234190-
CMYK0.0400.190.08
HSL72.27º51.16%83.14%-
HSV(B)72.27º18.8%91.76%-
XYZ69.7778.5760.2-
YUV226.29107.52127.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 190 (74.61% from 255) = 29.28%
R=34.67%
G=36.06%
B=29.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252341900.0400.190.0872.2751.1683.14
HexE1EABE40138483353
Octal34135227640231011063123
Binary111000011110101010111110100010011100010010001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EABE; }

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

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

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

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

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

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

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

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