Shades of Frost #E8EDC7
Tints of Frost #E8EDC7
RGB
CMYK
RGB Variations
Color information
#E8EDC7 (or 0xE8EDC7) is known color: Frost. HEX triplet: E8, ED and C7. RGB value is (232,237,199). Sum of RGB (Red+Green+Blue) = 232+237+199=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 199 (78.12% from 255 or 29.79% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDC7 is #171238. Grayscale: #E7E7E7. Windows color (decimal): -1511993 or 13102568. OLE color: 13102568.
HSL color Cylindrical-coordinate representation of color #E8EDC7: hue angle of 67.89º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8EDC7 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 199 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.07 |
| HSL | 67.89º | 0.51% | 0.85% | - |
| HSV(B) | 67.89º | 0.16% | 0.93% | - |
| XYZ | 73.87 | 81.85 | 65.94 | - |
| YUV | 231.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 199 | 0.02 | 0 | 0.16 | 0.07 | 67.89 | 0.51 | 0.85 |
| Hex | E8 | ED | C7 | 2 | 0 | 10 | 7 | 44 | 33 | 55 |
| Octal | 350 | 355 | 307 | 2 | 0 | 20 | 7 | 104 | 63 | 125 |
| Binary | 11101000 | 11101101 | 11000111 | 10 | 0 | 10000 | 111 | 1000100 | 110011 | 1010101 |
Color Harmonies of #E8EDC7
Complementary color
Monochromatic Colors of #E8EDC7
Black with #E8EDC7
Text Example
Text Example
White with #E8EDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDC7; }
p { color: rgb(232,237,199); }
H1.HeaderClassName
{
color: #E8EDC7;
}
.AnyTagClassName
{
color: #E8EDC7;
}
</style>
background-color css
<style>
a { background-color: #E8EDC7; }
a { background-color: rgb(232,237,199); }
div.DivClassName
{
background-color: #E8EDC7;
}
.BgClassName
{
background-color: #E8EDC7;
}
</style>
border-color css
<style>
span { border-color: #E8EDC7; }
span { border-color: rgb(232,237,199); }
td.TdClassName
{
border-color: #E8EDC7;
}
.TagClassName
{
border-color: #E8EDC7;
}
</style>