Shades of Frost #E1EAC0
Tints of Frost #E1EAC0
RGB
CMYK
RGB Variations
Color information
#E1EAC0 (or 0xE1EAC0) is known color: Frost. HEX triplet: E1, EA and C0. RGB value is (225,234,192). Sum of RGB (Red+Green+Blue) = 225+234+192=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EAC0 is #1E153F. Grayscale: #E2E2E2. Windows color (decimal): -1971520 or 12643041. OLE color: 12643041.
HSL color Cylindrical-coordinate representation of color #E1EAC0: hue angle of 72.86º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1EAC0 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 192 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.08 |
| HSL | 72.86º | 0.5% | 0.84% | - |
| HSV(B) | 72.86º | 0.18% | 0.92% | - |
| XYZ | 69.99 | 78.66 | 61.36 | - |
| YUV | 226.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 192 | 0.04 | 0 | 0.18 | 0.08 | 72.86 | 0.5 | 0.84 |
| Hex | E1 | EA | C0 | 4 | 0 | 12 | 8 | 49 | 32 | 54 |
| Octal | 341 | 352 | 300 | 4 | 0 | 22 | 10 | 111 | 62 | 124 |
| Binary | 11100001 | 11101010 | 11000000 | 100 | 0 | 10010 | 1000 | 1001001 | 110010 | 1010100 |
Color Harmonies of #E1EAC0
Complementary color
Monochromatic Colors of #E1EAC0
Black with #E1EAC0
Text Example
Text Example
White with #E1EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EAC0; }
p { color: rgb(225,234,192); }
H1.HeaderClassName
{
color: #E1EAC0;
}
.AnyTagClassName
{
color: #E1EAC0;
}
</style>
background-color css
<style>
a { background-color: #E1EAC0; }
a { background-color: rgb(225,234,192); }
div.DivClassName
{
background-color: #E1EAC0;
}
.BgClassName
{
background-color: #E1EAC0;
}
</style>
border-color css
<style>
span { border-color: #E1EAC0; }
span { border-color: rgb(225,234,192); }
td.TdClassName
{
border-color: #E1EAC0;
}
.TagClassName
{
border-color: #E1EAC0;
}
</style>