Shades of Frost #E8EABE
Tints of Frost #E8EABE
RGB
CMYK
RGB Variations
Color information
#E8EABE (or 0xE8EABE) is known color: Frost. HEX triplet: E8, EA and BE. RGB value is (232,234,190). Sum of RGB (Red+Green+Blue) = 232+234+190=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EABE is #171541. Grayscale: #E4E4E4. Windows color (decimal): -1512770 or 12511976. OLE color: 12511976.
HSL color Cylindrical-coordinate representation of color #E8EABE: hue angle of 62.73º 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 #E8EABE is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 234 | 190 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.08 |
| HSL | 62.73º | 0.51% | 0.83% | - |
| HSV(B) | 62.73º | 0.19% | 0.92% | - |
| XYZ | 72 | 79.72 | 60.31 | - |
| YUV | 228.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 190 | 0.01 | 0 | 0.19 | 0.08 | 62.73 | 0.51 | 0.83 |
| Hex | E8 | EA | BE | 1 | 0 | 13 | 8 | 3F | 33 | 53 |
| Octal | 350 | 352 | 276 | 1 | 0 | 23 | 10 | 77 | 63 | 123 |
| Binary | 11101000 | 11101010 | 10111110 | 1 | 0 | 10011 | 1000 | 111111 | 110011 | 1010011 |
Color Harmonies of #E8EABE
Complementary color
Monochromatic Colors of #E8EABE
Black with #E8EABE
Text Example
Text Example
White with #E8EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EABE; }
p { color: rgb(232,234,190); }
H1.HeaderClassName
{
color: #E8EABE;
}
.AnyTagClassName
{
color: #E8EABE;
}
</style>
background-color css
<style>
a { background-color: #E8EABE; }
a { background-color: rgb(232,234,190); }
div.DivClassName
{
background-color: #E8EABE;
}
.BgClassName
{
background-color: #E8EABE;
}
</style>
border-color css
<style>
span { border-color: #E8EABE; }
span { border-color: rgb(232,234,190); }
td.TdClassName
{
border-color: #E8EABE;
}
.TagClassName
{
border-color: #E8EABE;
}
</style>