#E2EABD

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

Shades of Frost #E2EABD

Tints of Frost #E2EABD

Color information

#E2EABD (or 0xE2EABD) is unknown color: approx Frost. HEX triplet: E2, EA and BD. RGB value is (226,234,189). Sum of RGB (Red+Green+Blue) = 226+234+189=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EABD is #1D1542. Grayscale: #E2E2E2. Windows color (decimal): -1905987 or 12446434. OLE color: 12446434.

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

Color convert

RGB226234189-
CMYK0.0300.190.08
HSL70.67º51.72%82.94%-
HSV(B)70.67º19.23%91.76%-
XYZ69.9778.6959.64-
YUV226.48106.85127.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=34.82%
G=36.06%
B=29.12%

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
Decimal2262341890.0300.190.0870.6751.7282.94
HexE2EABD30138473453
Octal34235227530231010764123
Binary11100010111010101011110111010011100010001111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EABD; }

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

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

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

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

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

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

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

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