#E5EABF

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

Shades of Frost #E5EABF

Tints of Frost #E5EABF

Color information

#E5EABF (or 0xE5EABF) is unknown color: approx Frost. HEX triplet: E5, EA and BF. RGB value is (229,234,191). Sum of RGB (Red+Green+Blue) = 229+234+191=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EABF is #1A1540. Grayscale: #E3E3E3. Windows color (decimal): -1709377 or 12577509. OLE color: 12577509.

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

Color convert

RGB229234191-
CMYK0.0200.180.08
HSL66.98º50.59%83.33%-
HSV(B)66.98º18.38%91.76%-
XYZ71.1479.2760.84-
YUV227.6107.34129-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 191 (75% from 255) = 29.20%
R=35.02%
G=35.78%
B=29.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292341910.0200.180.0866.9850.5983.33
HexE5EABF20128433353
Octal34535227720221010363123
Binary11100101111010101011111110010010100010000111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EABF; }

 p { color: rgb(229,234,191); }

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

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

 a { background-color: rgb(229,234,191); }

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

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

 span { border-color: rgb(229,234,191); }

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