#E2EABA

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

Shades of Frost #E2EABA

Tints of Frost #E2EABA

Color information

#E2EABA (or 0xE2EABA) is unknown color: approx Frost. HEX triplet: E2, EA and BA. RGB value is (226,234,186). Sum of RGB (Red+Green+Blue) = 226+234+186=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EABA is #1D1545. Grayscale: #E2E2E2. Windows color (decimal): -1905990 or 12249826. OLE color: 12249826.

HSL color Cylindrical-coordinate representation of color #E2EABA: hue angle of 70º 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 #E2EABA is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB226234186-
CMYK0.0300.210.08
HSL70º53.33%82.35%-
HSV(B)70º20.51%91.76%-
XYZ69.6578.5657.95-
YUV226.14105.35127.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.98%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=34.98%
G=36.22%
B=28.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262341860.0300.210.087053.3382.35
HexE2EABA30158463552
Octal34235227230251010665122
Binary11100010111010101011101011010101100010001101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EABA; }

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

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

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

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

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

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

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

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