Shades of Frost #E8EBCA
Tints of Frost #E8EBCA
RGB
CMYK
RGB Variations
Color information
#E8EBCA (or 0xE8EBCA) is known color: Frost. HEX triplet: E8, EB and CA. RGB value is (232,235,202). Sum of RGB (Red+Green+Blue) = 232+235+202=669 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.68% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EBCA is #171435. Grayscale: #E6E6E6. Windows color (decimal): -1512502 or 13298664. OLE color: 13298664.
HSL color Cylindrical-coordinate representation of color #E8EBCA: hue angle of 65.45º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8EBCA is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 235 | 202 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.08 |
| HSL | 65.45º | 0.45% | 0.86% | - |
| HSV(B) | 65.45º | 0.14% | 0.92% | - |
| XYZ | 73.65 | 80.84 | 67.6 | - |
| YUV | 230.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 202 | 0.01 | 0 | 0.14 | 0.08 | 65.45 | 0.45 | 0.86 |
| Hex | E8 | EB | CA | 1 | 0 | E | 8 | 41 | 2D | 56 |
| Octal | 350 | 353 | 312 | 1 | 0 | 16 | 10 | 101 | 55 | 126 |
| Binary | 11101000 | 11101011 | 11001010 | 1 | 0 | 1110 | 1000 | 1000001 | 101101 | 1010110 |
Color Harmonies of #E8EBCA
Complementary color
Monochromatic Colors of #E8EBCA
Black with #E8EBCA
Text Example
Text Example
White with #E8EBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EBCA; }
p { color: rgb(232,235,202); }
H1.HeaderClassName
{
color: #E8EBCA;
}
.AnyTagClassName
{
color: #E8EBCA;
}
</style>
background-color css
<style>
a { background-color: #E8EBCA; }
a { background-color: rgb(232,235,202); }
div.DivClassName
{
background-color: #E8EBCA;
}
.BgClassName
{
background-color: #E8EBCA;
}
</style>
border-color css
<style>
span { border-color: #E8EBCA; }
span { border-color: rgb(232,235,202); }
td.TdClassName
{
border-color: #E8EBCA;
}
.TagClassName
{
border-color: #E8EBCA;
}
</style>