Shades of Frost #E1ECB9
Tints of Frost #E1ECB9
RGB
CMYK
RGB Variations
Color information
#E1ECB9 (or 0xE1ECB9) is known color: Frost. HEX triplet: E1, EC and B9. RGB value is (225,236,185). Sum of RGB (Red+Green+Blue) = 225+236+185=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 185 (72.66% from 255 or 28.64% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #E1ECB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1ECB9 is #1E1346. Grayscale: #E3E3E3. Windows color (decimal): -1971015 or 12184801. OLE color: 12184801.
HSL color Cylindrical-coordinate representation of color #E1ECB9: hue angle of 72.94º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1ECB9 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 185 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.07 |
| HSL | 72.94º | 0.57% | 0.83% | - |
| HSV(B) | 72.94º | 0.22% | 0.93% | - |
| XYZ | 69.8 | 79.5 | 57.57 | - |
| YUV | 226.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 185 | 0.05 | 0 | 0.22 | 0.07 | 72.94 | 0.57 | 0.83 |
| Hex | E1 | EC | B9 | 5 | 0 | 16 | 7 | 49 | 39 | 53 |
| Octal | 341 | 354 | 271 | 5 | 0 | 26 | 7 | 111 | 71 | 123 |
| Binary | 11100001 | 11101100 | 10111001 | 101 | 0 | 10110 | 111 | 1001001 | 111001 | 1010011 |
Color Harmonies of #E1ECB9
Complementary color
Monochromatic Colors of #E1ECB9
Black with #E1ECB9
Text Example
Text Example
White with #E1ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECB9; }
p { color: rgb(225,236,185); }
H1.HeaderClassName
{
color: #E1ECB9;
}
.AnyTagClassName
{
color: #E1ECB9;
}
</style>
background-color css
<style>
a { background-color: #E1ECB9; }
a { background-color: rgb(225,236,185); }
div.DivClassName
{
background-color: #E1ECB9;
}
.BgClassName
{
background-color: #E1ECB9;
}
</style>
border-color css
<style>
span { border-color: #E1ECB9; }
span { border-color: rgb(225,236,185); }
td.TdClassName
{
border-color: #E1ECB9;
}
.TagClassName
{
border-color: #E1ECB9;
}
</style>