Shades of Frost #E0E3BF
Tints of Frost #E0E3BF
RGB
CMYK
RGB Variations
Color information
#E0E3BF (or 0xE0E3BF) is known color: Frost. HEX triplet: E0, E3 and BF. RGB value is (224,227,191). Sum of RGB (Red+Green+Blue) = 224+227+191=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E3BF is #1F1C40. Grayscale: #DEDEDE. Windows color (decimal): -2038849 or 12575712. OLE color: 12575712.
HSL color Cylindrical-coordinate representation of color #E0E3BF: hue angle of 65º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0E3BF is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 227 | 191 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.11 |
| HSL | 65º | 0.39% | 0.82% | - |
| HSV(B) | 65º | 0.16% | 0.89% | - |
| XYZ | 67.61 | 74.55 | 60.12 | - |
| YUV | 222 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 227 | 191 | 0.01 | 0 | 0.16 | 0.11 | 65 | 0.39 | 0.82 |
| Hex | E0 | E3 | BF | 1 | 0 | 10 | B | 41 | 27 | 52 |
| Octal | 340 | 343 | 277 | 1 | 0 | 20 | 13 | 101 | 47 | 122 |
| Binary | 11100000 | 11100011 | 10111111 | 1 | 0 | 10000 | 1011 | 1000001 | 100111 | 1010010 |
Color Harmonies of #E0E3BF
Complementary color
Monochromatic Colors of #E0E3BF
Black with #E0E3BF
Text Example
Text Example
White with #E0E3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E3BF; }
p { color: rgb(224,227,191); }
H1.HeaderClassName
{
color: #E0E3BF;
}
.AnyTagClassName
{
color: #E0E3BF;
}
</style>
background-color css
<style>
a { background-color: #E0E3BF; }
a { background-color: rgb(224,227,191); }
div.DivClassName
{
background-color: #E0E3BF;
}
.BgClassName
{
background-color: #E0E3BF;
}
</style>
border-color css
<style>
span { border-color: #E0E3BF; }
span { border-color: rgb(224,227,191); }
td.TdClassName
{
border-color: #E0E3BF;
}
.TagClassName
{
border-color: #E0E3BF;
}
</style>