Shades of Frost #E1E2BF
Tints of Frost #E1E2BF
RGB
CMYK
RGB Variations
Color information
#E1E2BF (or 0xE1E2BF) is known color: Frost. HEX triplet: E1, E2 and BF. RGB value is (225,226,191). Sum of RGB (Red+Green+Blue) = 225+226+191=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E2BF is #1E1D40. Grayscale: #DDDDDD. Windows color (decimal): -1973569 or 12575457. OLE color: 12575457.
HSL color Cylindrical-coordinate representation of color #E1E2BF: hue angle of 61.71º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1E2BF is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 191 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.11 |
| HSL | 61.71º | 0.38% | 0.82% | - |
| HSV(B) | 61.71º | 0.15% | 0.89% | - |
| XYZ | 67.65 | 74.16 | 60.04 | - |
| YUV | 221.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 191 | 0.00 | 0 | 0.15 | 0.11 | 61.71 | 0.38 | 0.82 |
| Hex | E1 | E2 | BF | 0 | 0 | F | B | 3E | 26 | 52 |
| Octal | 341 | 342 | 277 | 0 | 0 | 17 | 13 | 76 | 46 | 122 |
| Binary | 11100001 | 11100010 | 10111111 | 0 | 0 | 1111 | 1011 | 111110 | 100110 | 1010010 |
Color Harmonies of #E1E2BF
Complementary color
Monochromatic Colors of #E1E2BF
Black with #E1E2BF
Text Example
Text Example
White with #E1E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E2BF; }
p { color: rgb(225,226,191); }
H1.HeaderClassName
{
color: #E1E2BF;
}
.AnyTagClassName
{
color: #E1E2BF;
}
</style>
background-color css
<style>
a { background-color: #E1E2BF; }
a { background-color: rgb(225,226,191); }
div.DivClassName
{
background-color: #E1E2BF;
}
.BgClassName
{
background-color: #E1E2BF;
}
</style>
border-color css
<style>
span { border-color: #E1E2BF; }
span { border-color: rgb(225,226,191); }
td.TdClassName
{
border-color: #E1E2BF;
}
.TagClassName
{
border-color: #E1E2BF;
}
</style>