Shades of Frost #E0E7C6
Tints of Frost #E0E7C6
RGB
CMYK
RGB Variations
Color information
#E0E7C6 (or 0xE0E7C6) is known color: Frost. HEX triplet: E0, E7 and C6. RGB value is (224,231,198). Sum of RGB (Red+Green+Blue) = 224+231+198=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0E7C6 is #1F1839. Grayscale: #E1E1E1. Windows color (decimal): -2037818 or 13035488. OLE color: 13035488.
HSL color Cylindrical-coordinate representation of color #E0E7C6: hue angle of 72.73º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0E7C6 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 231 | 198 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.09 |
| HSL | 72.73º | 0.41% | 0.84% | - |
| HSV(B) | 72.73º | 0.14% | 0.91% | - |
| XYZ | 69.51 | 77.08 | 64.64 | - |
| YUV | 225.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 198 | 0.03 | 0 | 0.14 | 0.09 | 72.73 | 0.41 | 0.84 |
| Hex | E0 | E7 | C6 | 3 | 0 | E | 9 | 49 | 29 | 54 |
| Octal | 340 | 347 | 306 | 3 | 0 | 16 | 11 | 111 | 51 | 124 |
| Binary | 11100000 | 11100111 | 11000110 | 11 | 0 | 1110 | 1001 | 1001001 | 101001 | 1010100 |
Color Harmonies of #E0E7C6
Complementary color
Monochromatic Colors of #E0E7C6
Black with #E0E7C6
Text Example
Text Example
White with #E0E7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E7C6; }
p { color: rgb(224,231,198); }
H1.HeaderClassName
{
color: #E0E7C6;
}
.AnyTagClassName
{
color: #E0E7C6;
}
</style>
background-color css
<style>
a { background-color: #E0E7C6; }
a { background-color: rgb(224,231,198); }
div.DivClassName
{
background-color: #E0E7C6;
}
.BgClassName
{
background-color: #E0E7C6;
}
</style>
border-color css
<style>
span { border-color: #E0E7C6; }
span { border-color: rgb(224,231,198); }
td.TdClassName
{
border-color: #E0E7C6;
}
.TagClassName
{
border-color: #E0E7C6;
}
</style>