Shades of Frost #E1ECBE
Tints of Frost #E1ECBE
RGB
CMYK
RGB Variations
Color information
#E1ECBE (or 0xE1ECBE) is known color: Frost. HEX triplet: E1, EC and BE. RGB value is (225,236,190). Sum of RGB (Red+Green+Blue) = 225+236+190=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #E1ECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1ECBE is #1E1341. Grayscale: #E3E3E3. Windows color (decimal): -1971010 or 12512481. OLE color: 12512481.
HSL color Cylindrical-coordinate representation of color #E1ECBE: hue angle of 74.35º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1ECBE is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 190 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.07 |
| HSL | 74.35º | 0.55% | 0.84% | - |
| HSV(B) | 74.35º | 0.19% | 0.93% | - |
| XYZ | 70.34 | 79.72 | 60.39 | - |
| YUV | 227.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 190 | 0.05 | 0 | 0.19 | 0.07 | 74.35 | 0.55 | 0.84 |
| Hex | E1 | EC | BE | 5 | 0 | 13 | 7 | 4A | 37 | 54 |
| Octal | 341 | 354 | 276 | 5 | 0 | 23 | 7 | 112 | 67 | 124 |
| Binary | 11100001 | 11101100 | 10111110 | 101 | 0 | 10011 | 111 | 1001010 | 110111 | 1010100 |
Color Harmonies of #E1ECBE
Complementary color
Monochromatic Colors of #E1ECBE
Black with #E1ECBE
Text Example
Text Example
White with #E1ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECBE; }
p { color: rgb(225,236,190); }
H1.HeaderClassName
{
color: #E1ECBE;
}
.AnyTagClassName
{
color: #E1ECBE;
}
</style>
background-color css
<style>
a { background-color: #E1ECBE; }
a { background-color: rgb(225,236,190); }
div.DivClassName
{
background-color: #E1ECBE;
}
.BgClassName
{
background-color: #E1ECBE;
}
</style>
border-color css
<style>
span { border-color: #E1ECBE; }
span { border-color: rgb(225,236,190); }
td.TdClassName
{
border-color: #E1ECBE;
}
.TagClassName
{
border-color: #E1ECBE;
}
</style>