Shades of Frost #E2ECBF
Tints of Frost #E2ECBF
RGB
CMYK
RGB Variations
Color information
#E2ECBF (or 0xE2ECBF) is known color: Frost. HEX triplet: E2, EC and BF. RGB value is (226,236,191). Sum of RGB (Red+Green+Blue) = 226+236+191=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECBF is #1D1340. Grayscale: #E4E4E4. Windows color (decimal): -1905473 or 12578018. OLE color: 12578018.
HSL color Cylindrical-coordinate representation of color #E2ECBF: hue angle of 73.33º degrees, saturation: 0.54, 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 #E2ECBF is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 191 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.07 |
| HSL | 73.33º | 0.54% | 0.84% | - |
| HSV(B) | 73.33º | 0.19% | 0.93% | - |
| XYZ | 70.76 | 79.92 | 60.99 | - |
| YUV | 227.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 191 | 0.04 | 0 | 0.19 | 0.07 | 73.33 | 0.54 | 0.84 |
| Hex | E2 | EC | BF | 4 | 0 | 13 | 7 | 49 | 36 | 54 |
| Octal | 342 | 354 | 277 | 4 | 0 | 23 | 7 | 111 | 66 | 124 |
| Binary | 11100010 | 11101100 | 10111111 | 100 | 0 | 10011 | 111 | 1001001 | 110110 | 1010100 |
Color Harmonies of #E2ECBF
Complementary color
Monochromatic Colors of #E2ECBF
Black with #E2ECBF
Text Example
Text Example
White with #E2ECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECBF; }
p { color: rgb(226,236,191); }
H1.HeaderClassName
{
color: #E2ECBF;
}
.AnyTagClassName
{
color: #E2ECBF;
}
</style>
background-color css
<style>
a { background-color: #E2ECBF; }
a { background-color: rgb(226,236,191); }
div.DivClassName
{
background-color: #E2ECBF;
}
.BgClassName
{
background-color: #E2ECBF;
}
</style>
border-color css
<style>
span { border-color: #E2ECBF; }
span { border-color: rgb(226,236,191); }
td.TdClassName
{
border-color: #E2ECBF;
}
.TagClassName
{
border-color: #E2ECBF;
}
</style>