Shades of Frost #E7E8BD
Tints of Frost #E7E8BD
RGB
CMYK
RGB Variations
Color information
#E7E8BD (or 0xE7E8BD) is known color: Frost. HEX triplet: E7, E8 and BD. RGB value is (231,232,189). Sum of RGB (Red+Green+Blue) = 231+232+189=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 232 - color contains mainly: green. Hex color #E7E8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E8BD is #181742. Grayscale: #E2E2E2. Windows color (decimal): -1578819 or 12445927. OLE color: 12445927.
HSL color Cylindrical-coordinate representation of color #E7E8BD: hue angle of 61.4º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7E8BD is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 232 | 189 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.09 |
| HSL | 61.4º | 0.48% | 0.83% | - |
| HSV(B) | 61.4º | 0.19% | 0.91% | - |
| XYZ | 71 | 78.38 | 59.53 | - |
| YUV | 226.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 232 | 189 | 0.00 | 0 | 0.19 | 0.09 | 61.4 | 0.48 | 0.83 |
| Hex | E7 | E8 | BD | 0 | 0 | 13 | 9 | 3D | 30 | 53 |
| Octal | 347 | 350 | 275 | 0 | 0 | 23 | 11 | 75 | 60 | 123 |
| Binary | 11100111 | 11101000 | 10111101 | 0 | 0 | 10011 | 1001 | 111101 | 110000 | 1010011 |
Color Harmonies of #E7E8BD
Complementary color
Monochromatic Colors of #E7E8BD
Black with #E7E8BD
Text Example
Text Example
White with #E7E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E8BD; }
p { color: rgb(231,232,189); }
H1.HeaderClassName
{
color: #E7E8BD;
}
.AnyTagClassName
{
color: #E7E8BD;
}
</style>
background-color css
<style>
a { background-color: #E7E8BD; }
a { background-color: rgb(231,232,189); }
div.DivClassName
{
background-color: #E7E8BD;
}
.BgClassName
{
background-color: #E7E8BD;
}
</style>
border-color css
<style>
span { border-color: #E7E8BD; }
span { border-color: rgb(231,232,189); }
td.TdClassName
{
border-color: #E7E8BD;
}
.TagClassName
{
border-color: #E7E8BD;
}
</style>