Shades of Frost #E2E4CC
Tints of Frost #E2E4CC
RGB
CMYK
RGB Variations
Color information
#E2E4CC (or 0xE2E4CC) is known color: Frost. HEX triplet: E2, E4 and CC. RGB value is (226,228,204). Sum of RGB (Red+Green+Blue) = 226+228+204=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E4CC is #1D1B33. Grayscale: #E0E0E0. Windows color (decimal): -1907508 or 13427938. OLE color: 13427938.
HSL color Cylindrical-coordinate representation of color #E2E4CC: hue angle of 65º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2E4CC is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 204 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.11 |
| HSL | 65º | 0.31% | 0.85% | - |
| HSV(B) | 65º | 0.11% | 0.89% | - |
| XYZ | 70.01 | 76.02 | 68.11 | - |
| YUV | 224.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 204 | 0.01 | 0 | 0.11 | 0.11 | 65 | 0.31 | 0.85 |
| Hex | E2 | E4 | CC | 1 | 0 | B | B | 41 | 1F | 55 |
| Octal | 342 | 344 | 314 | 1 | 0 | 13 | 13 | 101 | 37 | 125 |
| Binary | 11100010 | 11100100 | 11001100 | 1 | 0 | 1011 | 1011 | 1000001 | 11111 | 1010101 |
Color Harmonies of #E2E4CC
Complementary color
Monochromatic Colors of #E2E4CC
Black with #E2E4CC
Text Example
Text Example
White with #E2E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4CC; }
p { color: rgb(226,228,204); }
H1.HeaderClassName
{
color: #E2E4CC;
}
.AnyTagClassName
{
color: #E2E4CC;
}
</style>
background-color css
<style>
a { background-color: #E2E4CC; }
a { background-color: rgb(226,228,204); }
div.DivClassName
{
background-color: #E2E4CC;
}
.BgClassName
{
background-color: #E2E4CC;
}
</style>
border-color css
<style>
span { border-color: #E2E4CC; }
span { border-color: rgb(226,228,204); }
td.TdClassName
{
border-color: #E2E4CC;
}
.TagClassName
{
border-color: #E2E4CC;
}
</style>