Shades of Frost #E8EEC5
Tints of Frost #E8EEC5
RGB
CMYK
RGB Variations
Color information
#E8EEC5 (or 0xE8EEC5) is known color: Frost. HEX triplet: E8, EE and C5. RGB value is (232,238,197). Sum of RGB (Red+Green+Blue) = 232+238+197=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #E8EEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EEC5 is #17113A. Grayscale: #E7E7E7. Windows color (decimal): -1511739 or 12971752. OLE color: 12971752.
HSL color Cylindrical-coordinate representation of color #E8EEC5: hue angle of 68.78º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8EEC5 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 238 | 197 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.07 |
| HSL | 68.78º | 0.55% | 0.85% | - |
| HSV(B) | 68.78º | 0.17% | 0.93% | - |
| XYZ | 73.93 | 82.34 | 64.82 | - |
| YUV | 231.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 238 | 197 | 0.03 | 0 | 0.17 | 0.07 | 68.78 | 0.55 | 0.85 |
| Hex | E8 | EE | C5 | 3 | 0 | 11 | 7 | 45 | 37 | 55 |
| Octal | 350 | 356 | 305 | 3 | 0 | 21 | 7 | 105 | 67 | 125 |
| Binary | 11101000 | 11101110 | 11000101 | 11 | 0 | 10001 | 111 | 1000101 | 110111 | 1010101 |
Color Harmonies of #E8EEC5
Complementary color
Monochromatic Colors of #E8EEC5
Black with #E8EEC5
Text Example
Text Example
White with #E8EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EEC5; }
p { color: rgb(232,238,197); }
H1.HeaderClassName
{
color: #E8EEC5;
}
.AnyTagClassName
{
color: #E8EEC5;
}
</style>
background-color css
<style>
a { background-color: #E8EEC5; }
a { background-color: rgb(232,238,197); }
div.DivClassName
{
background-color: #E8EEC5;
}
.BgClassName
{
background-color: #E8EEC5;
}
</style>
border-color css
<style>
span { border-color: #E8EEC5; }
span { border-color: rgb(232,238,197); }
td.TdClassName
{
border-color: #E8EEC5;
}
.TagClassName
{
border-color: #E8EEC5;
}
</style>