Shades of Frost #E7EABF
Tints of Frost #E7EABF
RGB
CMYK
RGB Variations
Color information
#E7EABF (or 0xE7EABF) is known color: Frost. HEX triplet: E7, EA and BF. RGB value is (231,234,191). Sum of RGB (Red+Green+Blue) = 231+234+191=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EABF is #181540. Grayscale: #E4E4E4. Windows color (decimal): -1578305 or 12577511. OLE color: 12577511.
HSL color Cylindrical-coordinate representation of color #E7EABF: hue angle of 64.19º 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 #E7EABF is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 234 | 191 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.08 |
| HSL | 64.19º | 0.51% | 0.83% | - |
| HSV(B) | 64.19º | 0.18% | 0.92% | - |
| XYZ | 71.78 | 79.6 | 60.87 | - |
| YUV | 228.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 234 | 191 | 0.01 | 0 | 0.18 | 0.08 | 64.19 | 0.51 | 0.83 |
| Hex | E7 | EA | BF | 1 | 0 | 12 | 8 | 40 | 33 | 53 |
| Octal | 347 | 352 | 277 | 1 | 0 | 22 | 10 | 100 | 63 | 123 |
| Binary | 11100111 | 11101010 | 10111111 | 1 | 0 | 10010 | 1000 | 1000000 | 110011 | 1010011 |
Color Harmonies of #E7EABF
Complementary color
Monochromatic Colors of #E7EABF
Black with #E7EABF
Text Example
Text Example
White with #E7EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EABF; }
p { color: rgb(231,234,191); }
H1.HeaderClassName
{
color: #E7EABF;
}
.AnyTagClassName
{
color: #E7EABF;
}
</style>
background-color css
<style>
a { background-color: #E7EABF; }
a { background-color: rgb(231,234,191); }
div.DivClassName
{
background-color: #E7EABF;
}
.BgClassName
{
background-color: #E7EABF;
}
</style>
border-color css
<style>
span { border-color: #E7EABF; }
span { border-color: rgb(231,234,191); }
td.TdClassName
{
border-color: #E7EABF;
}
.TagClassName
{
border-color: #E7EABF;
}
</style>