Shades of Frost #E1ECBA
Tints of Frost #E1ECBA
RGB
CMYK
RGB Variations
Color information
#E1ECBA (or 0xE1ECBA) is known color: Frost. HEX triplet: E1, EC and BA. RGB value is (225,236,186). Sum of RGB (Red+Green+Blue) = 225+236+186=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #E1ECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1ECBA is #1E1345. Grayscale: #E3E3E3. Windows color (decimal): -1971014 or 12250337. OLE color: 12250337.
HSL color Cylindrical-coordinate representation of color #E1ECBA: hue angle of 73.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1ECBA is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 186 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.07 |
| HSL | 73.2º | 0.57% | 0.83% | - |
| HSV(B) | 73.2º | 0.21% | 0.93% | - |
| XYZ | 69.91 | 79.54 | 58.12 | - |
| YUV | 227.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 186 | 0.05 | 0 | 0.21 | 0.07 | 73.2 | 0.57 | 0.83 |
| Hex | E1 | EC | BA | 5 | 0 | 15 | 7 | 49 | 39 | 53 |
| Octal | 341 | 354 | 272 | 5 | 0 | 25 | 7 | 111 | 71 | 123 |
| Binary | 11100001 | 11101100 | 10111010 | 101 | 0 | 10101 | 111 | 1001001 | 111001 | 1010011 |
Color Harmonies of #E1ECBA
Complementary color
Monochromatic Colors of #E1ECBA
Black with #E1ECBA
Text Example
Text Example
White with #E1ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECBA; }
p { color: rgb(225,236,186); }
H1.HeaderClassName
{
color: #E1ECBA;
}
.AnyTagClassName
{
color: #E1ECBA;
}
</style>
background-color css
<style>
a { background-color: #E1ECBA; }
a { background-color: rgb(225,236,186); }
div.DivClassName
{
background-color: #E1ECBA;
}
.BgClassName
{
background-color: #E1ECBA;
}
</style>
border-color css
<style>
span { border-color: #E1ECBA; }
span { border-color: rgb(225,236,186); }
td.TdClassName
{
border-color: #E1ECBA;
}
.TagClassName
{
border-color: #E1ECBA;
}
</style>