Shades of Frost #E8EBCC
Tints of Frost #E8EBCC
RGB
CMYK
RGB Variations
Color information
#E8EBCC (or 0xE8EBCC) is known color: Frost. HEX triplet: E8, EB and CC. RGB value is (232,235,204). Sum of RGB (Red+Green+Blue) = 232+235+204=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EBCC is #171433. Grayscale: #E6E6E6. Windows color (decimal): -1512500 or 13429736. OLE color: 13429736.
HSL color Cylindrical-coordinate representation of color #E8EBCC: hue angle of 65.81º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8EBCC is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 235 | 204 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.08 |
| HSL | 65.81º | 0.44% | 0.86% | - |
| HSV(B) | 65.81º | 0.13% | 0.92% | - |
| XYZ | 73.89 | 80.93 | 68.85 | - |
| YUV | 230.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 204 | 0.01 | 0 | 0.13 | 0.08 | 65.81 | 0.44 | 0.86 |
| Hex | E8 | EB | CC | 1 | 0 | D | 8 | 42 | 2C | 56 |
| Octal | 350 | 353 | 314 | 1 | 0 | 15 | 10 | 102 | 54 | 126 |
| Binary | 11101000 | 11101011 | 11001100 | 1 | 0 | 1101 | 1000 | 1000010 | 101100 | 1010110 |
Color Harmonies of #E8EBCC
Complementary color
Monochromatic Colors of #E8EBCC
Black with #E8EBCC
Text Example
Text Example
White with #E8EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EBCC; }
p { color: rgb(232,235,204); }
H1.HeaderClassName
{
color: #E8EBCC;
}
.AnyTagClassName
{
color: #E8EBCC;
}
</style>
background-color css
<style>
a { background-color: #E8EBCC; }
a { background-color: rgb(232,235,204); }
div.DivClassName
{
background-color: #E8EBCC;
}
.BgClassName
{
background-color: #E8EBCC;
}
</style>
border-color css
<style>
span { border-color: #E8EBCC; }
span { border-color: rgb(232,235,204); }
td.TdClassName
{
border-color: #E8EBCC;
}
.TagClassName
{
border-color: #E8EBCC;
}
</style>