Shades of Frost #E2EBBA
Tints of Frost #E2EBBA
RGB
CMYK
RGB Variations
Color information
#E2EBBA (or 0xE2EBBA) is known color: Frost. HEX triplet: E2, EB and BA. RGB value is (226,235,186). Sum of RGB (Red+Green+Blue) = 226+235+186=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EBBA is #1D1445. Grayscale: #E2E2E2. Windows color (decimal): -1905734 or 12250082. OLE color: 12250082.
HSL color Cylindrical-coordinate representation of color #E2EBBA: hue angle of 71.02º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2EBBA is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 186 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.08 |
| HSL | 71.02º | 0.55% | 0.83% | - |
| HSV(B) | 71.02º | 0.21% | 0.92% | - |
| XYZ | 69.94 | 79.13 | 58.04 | - |
| YUV | 226.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 186 | 0.04 | 0 | 0.21 | 0.08 | 71.02 | 0.55 | 0.83 |
| Hex | E2 | EB | BA | 4 | 0 | 15 | 8 | 47 | 37 | 53 |
| Octal | 342 | 353 | 272 | 4 | 0 | 25 | 10 | 107 | 67 | 123 |
| Binary | 11100010 | 11101011 | 10111010 | 100 | 0 | 10101 | 1000 | 1000111 | 110111 | 1010011 |
Color Harmonies of #E2EBBA
Complementary color
Monochromatic Colors of #E2EBBA
Black with #E2EBBA
Text Example
Text Example
White with #E2EBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBBA; }
p { color: rgb(226,235,186); }
H1.HeaderClassName
{
color: #E2EBBA;
}
.AnyTagClassName
{
color: #E2EBBA;
}
</style>
background-color css
<style>
a { background-color: #E2EBBA; }
a { background-color: rgb(226,235,186); }
div.DivClassName
{
background-color: #E2EBBA;
}
.BgClassName
{
background-color: #E2EBBA;
}
</style>
border-color css
<style>
span { border-color: #E2EBBA; }
span { border-color: rgb(226,235,186); }
td.TdClassName
{
border-color: #E2EBBA;
}
.TagClassName
{
border-color: #E2EBBA;
}
</style>