Shades of Frost #E2EABF
Tints of Frost #E2EABF
RGB
CMYK
RGB Variations
Color information
#E2EABF (or 0xE2EABF) is known color: Frost. HEX triplet: E2, EA and BF. RGB value is (226,234,191). Sum of RGB (Red+Green+Blue) = 226+234+191=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EABF is #1D1540. Grayscale: #E2E2E2. Windows color (decimal): -1905985 or 12577506. OLE color: 12577506.
HSL color Cylindrical-coordinate representation of color #E2EABF: hue angle of 71.16º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2EABF is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 191 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.08 |
| HSL | 71.16º | 0.51% | 0.83% | - |
| HSV(B) | 71.16º | 0.18% | 0.92% | - |
| XYZ | 70.19 | 78.78 | 60.8 | - |
| YUV | 226.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 191 | 0.03 | 0 | 0.18 | 0.08 | 71.16 | 0.51 | 0.83 |
| Hex | E2 | EA | BF | 3 | 0 | 12 | 8 | 47 | 33 | 53 |
| Octal | 342 | 352 | 277 | 3 | 0 | 22 | 10 | 107 | 63 | 123 |
| Binary | 11100010 | 11101010 | 10111111 | 11 | 0 | 10010 | 1000 | 1000111 | 110011 | 1010011 |
Color Harmonies of #E2EABF
Complementary color
Monochromatic Colors of #E2EABF
Black with #E2EABF
Text Example
Text Example
White with #E2EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EABF; }
p { color: rgb(226,234,191); }
H1.HeaderClassName
{
color: #E2EABF;
}
.AnyTagClassName
{
color: #E2EABF;
}
</style>
background-color css
<style>
a { background-color: #E2EABF; }
a { background-color: rgb(226,234,191); }
div.DivClassName
{
background-color: #E2EABF;
}
.BgClassName
{
background-color: #E2EABF;
}
</style>
border-color css
<style>
span { border-color: #E2EABF; }
span { border-color: rgb(226,234,191); }
td.TdClassName
{
border-color: #E2EABF;
}
.TagClassName
{
border-color: #E2EABF;
}
</style>