Shades of Frosted Mint #E2FAE4
Tints of Frosted Mint #E2FAE4
RGB
CMYK
RGB Variations
Color information
#E2FAE4 (or 0xE2FAE4) is known color: Frosted Mint. HEX triplet: E2, FA and E4. RGB value is (226,250,228). Sum of RGB (Red+Green+Blue) = 226+250+228=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FAE4 is #1D051B. Grayscale: #F0F0F0. Windows color (decimal): -1901852 or 15006434. OLE color: 15006434.
HSL color Cylindrical-coordinate representation of color #E2FAE4: hue angle of 125º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FAE4 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 228 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.02 |
| HSL | 125º | 0.71% | 0.93% | - |
| HSV(B) | 125º | 0.1% | 0.98% | - |
| XYZ | 79.55 | 90.14 | 86.6 | - |
| YUV | 240.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 228 | 0.10 | 0 | 0.09 | 0.02 | 125 | 0.71 | 0.93 |
| Hex | E2 | FA | E4 | A | 0 | 9 | 2 | 7D | 47 | 5D |
| Octal | 342 | 372 | 344 | 12 | 0 | 11 | 2 | 175 | 107 | 135 |
| Binary | 11100010 | 11111010 | 11100100 | 1010 | 0 | 1001 | 10 | 1111101 | 1000111 | 1011101 |
Color Harmonies of #E2FAE4
Complementary color
Monochromatic Colors of #E2FAE4
Black with #E2FAE4
Text Example
Text Example
White with #E2FAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAE4; }
p { color: rgb(226,250,228); }
H1.HeaderClassName
{
color: #E2FAE4;
}
.AnyTagClassName
{
color: #E2FAE4;
}
</style>
background-color css
<style>
a { background-color: #E2FAE4; }
a { background-color: rgb(226,250,228); }
div.DivClassName
{
background-color: #E2FAE4;
}
.BgClassName
{
background-color: #E2FAE4;
}
</style>
border-color css
<style>
span { border-color: #E2FAE4; }
span { border-color: rgb(226,250,228); }
td.TdClassName
{
border-color: #E2FAE4;
}
.TagClassName
{
border-color: #E2FAE4;
}
</style>