Shades of Frost #E0E2BF
Tints of Frost #E0E2BF
RGB
CMYK
RGB Variations
Color information
#E0E2BF (or 0xE0E2BF) is known color: Frost. HEX triplet: E0, E2 and BF. RGB value is (224,226,191). Sum of RGB (Red+Green+Blue) = 224+226+191=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E2BF is #1F1D40. Grayscale: #DDDDDD. Windows color (decimal): -2039105 or 12575456. OLE color: 12575456.
HSL color Cylindrical-coordinate representation of color #E0E2BF: hue angle of 63.43º 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 #E0E2BF is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 191 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.11 |
| HSL | 63.43º | 0.38% | 0.82% | - |
| HSV(B) | 63.43º | 0.15% | 0.89% | - |
| XYZ | 67.34 | 74 | 60.02 | - |
| YUV | 221.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 191 | 0.01 | 0 | 0.15 | 0.11 | 63.43 | 0.38 | 0.82 |
| Hex | E0 | E2 | BF | 1 | 0 | F | B | 3F | 26 | 52 |
| Octal | 340 | 342 | 277 | 1 | 0 | 17 | 13 | 77 | 46 | 122 |
| Binary | 11100000 | 11100010 | 10111111 | 1 | 0 | 1111 | 1011 | 111111 | 100110 | 1010010 |
Color Harmonies of #E0E2BF
Complementary color
Monochromatic Colors of #E0E2BF
Black with #E0E2BF
Text Example
Text Example
White with #E0E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E2BF; }
p { color: rgb(224,226,191); }
H1.HeaderClassName
{
color: #E0E2BF;
}
.AnyTagClassName
{
color: #E0E2BF;
}
</style>
background-color css
<style>
a { background-color: #E0E2BF; }
a { background-color: rgb(224,226,191); }
div.DivClassName
{
background-color: #E0E2BF;
}
.BgClassName
{
background-color: #E0E2BF;
}
</style>
border-color css
<style>
span { border-color: #E0E2BF; }
span { border-color: rgb(224,226,191); }
td.TdClassName
{
border-color: #E0E2BF;
}
.TagClassName
{
border-color: #E0E2BF;
}
</style>