Shades of Frost #E8E8CA
Tints of Frost #E8E8CA
RGB
CMYK
RGB Variations
Color information
#E8E8CA (or 0xE8E8CA) is known color: Frost. HEX triplet: E8, E8 and CA. RGB value is (232,232,202). Sum of RGB (Red+Green+Blue) = 232+232+202=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 232 (91.02% from 255 or 34.83% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 232 - color contains mainly: red, green. Hex color #E8E8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E8CA is #171735. Grayscale: #E4E4E4. Windows color (decimal): -1513270 or 13297896. OLE color: 13297896.
HSL color Cylindrical-coordinate representation of color #E8E8CA: hue angle of 60º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8E8CA is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 232 | 202 | - |
| CMYK | 0 | 0 | 0.13 | 0.09 |
| HSL | 60º | 0.39% | 0.85% | - |
| HSV(B) | 60º | 0.13% | 0.91% | - |
| XYZ | 72.8 | 79.13 | 67.31 | - |
| YUV | 228.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 232 | 202 | 0 | 0 | 0.13 | 0.09 | 60 | 0.39 | 0.85 |
| Hex | E8 | E8 | CA | 0 | 0 | D | 9 | 3C | 27 | 55 |
| Octal | 350 | 350 | 312 | 0 | 0 | 15 | 11 | 74 | 47 | 125 |
| Binary | 11101000 | 11101000 | 11001010 | 0 | 0 | 1101 | 1001 | 111100 | 100111 | 1010101 |
Color Harmonies of #E8E8CA
Complementary color
Monochromatic Colors of #E8E8CA
Black with #E8E8CA
Text Example
Text Example
White with #E8E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E8CA; }
p { color: rgb(232,232,202); }
H1.HeaderClassName
{
color: #E8E8CA;
}
.AnyTagClassName
{
color: #E8E8CA;
}
</style>
background-color css
<style>
a { background-color: #E8E8CA; }
a { background-color: rgb(232,232,202); }
div.DivClassName
{
background-color: #E8E8CA;
}
.BgClassName
{
background-color: #E8E8CA;
}
</style>
border-color css
<style>
span { border-color: #E8E8CA; }
span { border-color: rgb(232,232,202); }
td.TdClassName
{
border-color: #E8E8CA;
}
.TagClassName
{
border-color: #E8E8CA;
}
</style>