Shades of Frost #E7E6C2
Tints of Frost #E7E6C2
RGB
CMYK
RGB Variations
Color information
#E7E6C2 (or 0xE7E6C2) is known color: Frost. HEX triplet: E7, E6 and C2. RGB value is (231,230,194). Sum of RGB (Red+Green+Blue) = 231+230+194=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E6C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E6C2 is #18193D. Grayscale: #E2E2E2. Windows color (decimal): -1579326 or 12773095. OLE color: 12773095.
HSL color Cylindrical-coordinate representation of color #E7E6C2: hue angle of 58.38º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7E6C2 is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 230 | 194 | - |
| CMYK | 0 | 0.00 | 0.16 | 0.09 |
| HSL | 58.38º | 0.44% | 0.83% | - |
| HSV(B) | 58.38º | 0.16% | 0.91% | - |
| XYZ | 70.99 | 77.48 | 62.25 | - |
| YUV | 226.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 194 | 0 | 0.00 | 0.16 | 0.09 | 58.38 | 0.44 | 0.83 |
| Hex | E7 | E6 | C2 | 0 | 0 | 10 | 9 | 3A | 2C | 53 |
| Octal | 347 | 346 | 302 | 0 | 0 | 20 | 11 | 72 | 54 | 123 |
| Binary | 11100111 | 11100110 | 11000010 | 0 | 0 | 10000 | 1001 | 111010 | 101100 | 1010011 |
Color Harmonies of #E7E6C2
Complementary color
Monochromatic Colors of #E7E6C2
Black with #E7E6C2
Text Example
Text Example
White with #E7E6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6C2; }
p { color: rgb(231,230,194); }
H1.HeaderClassName
{
color: #E7E6C2;
}
.AnyTagClassName
{
color: #E7E6C2;
}
</style>
background-color css
<style>
a { background-color: #E7E6C2; }
a { background-color: rgb(231,230,194); }
div.DivClassName
{
background-color: #E7E6C2;
}
.BgClassName
{
background-color: #E7E6C2;
}
</style>
border-color css
<style>
span { border-color: #E7E6C2; }
span { border-color: rgb(231,230,194); }
td.TdClassName
{
border-color: #E7E6C2;
}
.TagClassName
{
border-color: #E7E6C2;
}
</style>