Shades of Frost #E1E3C4
Tints of Frost #E1E3C4
RGB
CMYK
RGB Variations
Color information
#E1E3C4 (or 0xE1E3C4) is known color: Frost. HEX triplet: E1, E3 and C4. RGB value is (225,227,196). Sum of RGB (Red+Green+Blue) = 225+227+196=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E3C4 is #1E1C3B. Grayscale: #DEDEDE. Windows color (decimal): -1973308 or 12903393. OLE color: 12903393.
HSL color Cylindrical-coordinate representation of color #E1E3C4: hue angle of 63.87º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1E3C4 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 196 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.11 |
| HSL | 63.87º | 0.36% | 0.83% | - |
| HSV(B) | 63.87º | 0.14% | 0.89% | - |
| XYZ | 68.48 | 74.93 | 63.08 | - |
| YUV | 222.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 196 | 0.01 | 0 | 0.14 | 0.11 | 63.87 | 0.36 | 0.83 |
| Hex | E1 | E3 | C4 | 1 | 0 | E | B | 40 | 24 | 53 |
| Octal | 341 | 343 | 304 | 1 | 0 | 16 | 13 | 100 | 44 | 123 |
| Binary | 11100001 | 11100011 | 11000100 | 1 | 0 | 1110 | 1011 | 1000000 | 100100 | 1010011 |
Color Harmonies of #E1E3C4
Complementary color
Monochromatic Colors of #E1E3C4
Black with #E1E3C4
Text Example
Text Example
White with #E1E3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E3C4; }
p { color: rgb(225,227,196); }
H1.HeaderClassName
{
color: #E1E3C4;
}
.AnyTagClassName
{
color: #E1E3C4;
}
</style>
background-color css
<style>
a { background-color: #E1E3C4; }
a { background-color: rgb(225,227,196); }
div.DivClassName
{
background-color: #E1E3C4;
}
.BgClassName
{
background-color: #E1E3C4;
}
</style>
border-color css
<style>
span { border-color: #E1E3C4; }
span { border-color: rgb(225,227,196); }
td.TdClassName
{
border-color: #E1E3C4;
}
.TagClassName
{
border-color: #E1E3C4;
}
</style>