Shades of Frost #E2E7CC
Tints of Frost #E2E7CC
RGB
CMYK
RGB Variations
Color information
#E2E7CC (or 0xE2E7CC) is known color: Frost. HEX triplet: E2, E7 and CC. RGB value is (226,231,204). Sum of RGB (Red+Green+Blue) = 226+231+204=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E7CC is #1D1833. Grayscale: #E2E2E2. Windows color (decimal): -1906740 or 13428706. OLE color: 13428706.
HSL color Cylindrical-coordinate representation of color #E2E7CC: hue angle of 71.11º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2E7CC is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 204 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.09 |
| HSL | 71.11º | 0.36% | 0.85% | - |
| HSV(B) | 71.11º | 0.12% | 0.91% | - |
| XYZ | 70.84 | 77.68 | 68.39 | - |
| YUV | 226.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 204 | 0.02 | 0 | 0.12 | 0.09 | 71.11 | 0.36 | 0.85 |
| Hex | E2 | E7 | CC | 2 | 0 | C | 9 | 47 | 24 | 55 |
| Octal | 342 | 347 | 314 | 2 | 0 | 14 | 11 | 107 | 44 | 125 |
| Binary | 11100010 | 11100111 | 11001100 | 10 | 0 | 1100 | 1001 | 1000111 | 100100 | 1010101 |
Color Harmonies of #E2E7CC
Complementary color
Monochromatic Colors of #E2E7CC
Black with #E2E7CC
Text Example
Text Example
White with #E2E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E7CC; }
p { color: rgb(226,231,204); }
H1.HeaderClassName
{
color: #E2E7CC;
}
.AnyTagClassName
{
color: #E2E7CC;
}
</style>
background-color css
<style>
a { background-color: #E2E7CC; }
a { background-color: rgb(226,231,204); }
div.DivClassName
{
background-color: #E2E7CC;
}
.BgClassName
{
background-color: #E2E7CC;
}
</style>
border-color css
<style>
span { border-color: #E2E7CC; }
span { border-color: rgb(226,231,204); }
td.TdClassName
{
border-color: #E2E7CC;
}
.TagClassName
{
border-color: #E2E7CC;
}
</style>