Shades of Frost #E2E4CF
Tints of Frost #E2E4CF
RGB
CMYK
RGB Variations
Color information
#E2E4CF (or 0xE2E4CF) is known color: Frost. HEX triplet: E2, E4 and CF. RGB value is (226,228,207). Sum of RGB (Red+Green+Blue) = 226+228+207=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E4CF is #1D1B30. Grayscale: #E1E1E1. Windows color (decimal): -1907505 or 13624546. OLE color: 13624546.
HSL color Cylindrical-coordinate representation of color #E2E4CF: hue angle of 65.71º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2E4CF is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 207 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.11 |
| HSL | 65.71º | 0.28% | 0.85% | - |
| HSV(B) | 65.71º | 0.09% | 0.89% | - |
| XYZ | 70.37 | 76.16 | 70.02 | - |
| YUV | 225.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 207 | 0.01 | 0 | 0.09 | 0.11 | 65.71 | 0.28 | 0.85 |
| Hex | E2 | E4 | CF | 1 | 0 | 9 | B | 42 | 1C | 55 |
| Octal | 342 | 344 | 317 | 1 | 0 | 11 | 13 | 102 | 34 | 125 |
| Binary | 11100010 | 11100100 | 11001111 | 1 | 0 | 1001 | 1011 | 1000010 | 11100 | 1010101 |
Color Harmonies of #E2E4CF
Complementary color
Monochromatic Colors of #E2E4CF
Black with #E2E4CF
Text Example
Text Example
White with #E2E4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E4CF; }
p { color: rgb(226,228,207); }
H1.HeaderClassName
{
color: #E2E4CF;
}
.AnyTagClassName
{
color: #E2E4CF;
}
</style>
background-color css
<style>
a { background-color: #E2E4CF; }
a { background-color: rgb(226,228,207); }
div.DivClassName
{
background-color: #E2E4CF;
}
.BgClassName
{
background-color: #E2E4CF;
}
</style>
border-color css
<style>
span { border-color: #E2E4CF; }
span { border-color: rgb(226,228,207); }
td.TdClassName
{
border-color: #E2E4CF;
}
.TagClassName
{
border-color: #E2E4CF;
}
</style>