#E2EABE

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

Shades of Frost #E2EABE

Tints of Frost #E2EABE

Color information

#E2EABE (or 0xE2EABE) is unknown color: approx Frost. HEX triplet: E2, EA and BE. RGB value is (226,234,190). Sum of RGB (Red+Green+Blue) = 226+234+190=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EABE is #1D1541. Grayscale: #E2E2E2. Windows color (decimal): -1905986 or 12511970. OLE color: 12511970.

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

Color convert

RGB226234190-
CMYK0.0300.190.08
HSL70.91º51.16%83.14%-
HSV(B)70.91º18.8%91.76%-
XYZ70.0878.7360.22-
YUV226.59107.35127.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 234 (91.80% from 255) = 36%
BLUE value IS 190 (74.61% from 255) = 29.23%
R=34.77%
G=36%
B=29.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262341900.0300.190.0870.9151.1683.14
HexE2EABE30138473353
Octal34235227630231010763123
Binary11100010111010101011111011010011100010001111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EABE; }

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

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

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

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

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

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

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

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