Shades of Frost #E1E2CE
Tints of Frost #E1E2CE
RGB
CMYK
RGB Variations
Color information
#E1E2CE (or 0xE1E2CE) is known color: Frost. HEX triplet: E1, E2 and CE. RGB value is (225,226,206). Sum of RGB (Red+Green+Blue) = 225+226+206=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E2CE is #1E1D31. Grayscale: #DFDFDF. Windows color (decimal): -1973554 or 13558497. OLE color: 13558497.
HSL color Cylindrical-coordinate representation of color #E1E2CE: hue angle of 63º degrees, saturation: 0.26, 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 #E1E2CE is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 206 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.11 |
| HSL | 63º | 0.26% | 0.85% | - |
| HSV(B) | 63º | 0.09% | 0.89% | - |
| XYZ | 69.39 | 74.86 | 69.18 | - |
| YUV | 223.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 206 | 0.00 | 0 | 0.09 | 0.11 | 63 | 0.26 | 0.85 |
| Hex | E1 | E2 | CE | 0 | 0 | 9 | B | 3F | 1A | 55 |
| Octal | 341 | 342 | 316 | 0 | 0 | 11 | 13 | 77 | 32 | 125 |
| Binary | 11100001 | 11100010 | 11001110 | 0 | 0 | 1001 | 1011 | 111111 | 11010 | 1010101 |
Color Harmonies of #E1E2CE
Complementary color
Monochromatic Colors of #E1E2CE
Black with #E1E2CE
Text Example
Text Example
White with #E1E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E2CE; }
p { color: rgb(225,226,206); }
H1.HeaderClassName
{
color: #E1E2CE;
}
.AnyTagClassName
{
color: #E1E2CE;
}
</style>
background-color css
<style>
a { background-color: #E1E2CE; }
a { background-color: rgb(225,226,206); }
div.DivClassName
{
background-color: #E1E2CE;
}
.BgClassName
{
background-color: #E1E2CE;
}
</style>
border-color css
<style>
span { border-color: #E1E2CE; }
span { border-color: rgb(225,226,206); }
td.TdClassName
{
border-color: #E1E2CE;
}
.TagClassName
{
border-color: #E1E2CE;
}
</style>