Shades of Frost #E7EABD
Tints of Frost #E7EABD
RGB
CMYK
RGB Variations
Color information
#E7EABD (or 0xE7EABD) is known color: Frost. HEX triplet: E7, EA and BD. RGB value is (231,234,189). Sum of RGB (Red+Green+Blue) = 231+234+189=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EABD is #181542. Grayscale: #E4E4E4. Windows color (decimal): -1578307 or 12446439. OLE color: 12446439.
HSL color Cylindrical-coordinate representation of color #E7EABD: hue angle of 64º 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 #E7EABD is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 234 | 189 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.08 |
| HSL | 64º | 0.52% | 0.83% | - |
| HSV(B) | 64º | 0.19% | 0.92% | - |
| XYZ | 71.56 | 79.51 | 59.72 | - |
| YUV | 227.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 234 | 189 | 0.01 | 0 | 0.19 | 0.08 | 64 | 0.52 | 0.83 |
| Hex | E7 | EA | BD | 1 | 0 | 13 | 8 | 40 | 34 | 53 |
| Octal | 347 | 352 | 275 | 1 | 0 | 23 | 10 | 100 | 64 | 123 |
| Binary | 11100111 | 11101010 | 10111101 | 1 | 0 | 10011 | 1000 | 1000000 | 110100 | 1010011 |
Color Harmonies of #E7EABD
Complementary color
Monochromatic Colors of #E7EABD
Black with #E7EABD
Text Example
Text Example
White with #E7EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EABD; }
p { color: rgb(231,234,189); }
H1.HeaderClassName
{
color: #E7EABD;
}
.AnyTagClassName
{
color: #E7EABD;
}
</style>
background-color css
<style>
a { background-color: #E7EABD; }
a { background-color: rgb(231,234,189); }
div.DivClassName
{
background-color: #E7EABD;
}
.BgClassName
{
background-color: #E7EABD;
}
</style>
border-color css
<style>
span { border-color: #E7EABD; }
span { border-color: rgb(231,234,189); }
td.TdClassName
{
border-color: #E7EABD;
}
.TagClassName
{
border-color: #E7EABD;
}
</style>