Shades of Frosted Mint #E0FAE4
Tints of Frosted Mint #E0FAE4
RGB
CMYK
RGB Variations
Color information
#E0FAE4 (or 0xE0FAE4) is known color: Frosted Mint. HEX triplet: E0, FA and E4. RGB value is (224,250,228). Sum of RGB (Red+Green+Blue) = 224+250+228=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FAE4 is #1F051B. Grayscale: #EFEFEF. Windows color (decimal): -2032924 or 15006432. OLE color: 15006432.
HSL color Cylindrical-coordinate representation of color #E0FAE4: hue angle of 129.23º degrees, saturation: 0.72, 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 #E0FAE4 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 228 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.02 |
| HSL | 129.23º | 0.72% | 0.93% | - |
| HSV(B) | 129.23º | 0.1% | 0.98% | - |
| XYZ | 78.93 | 89.82 | 86.58 | - |
| YUV | 239.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 228 | 0.10 | 0 | 0.09 | 0.02 | 129.23 | 0.72 | 0.93 |
| Hex | E0 | FA | E4 | A | 0 | 9 | 2 | 81 | 48 | 5D |
| Octal | 340 | 372 | 344 | 12 | 0 | 11 | 2 | 201 | 110 | 135 |
| Binary | 11100000 | 11111010 | 11100100 | 1010 | 0 | 1001 | 10 | 10000001 | 1001000 | 1011101 |
Color Harmonies of #E0FAE4
Complementary color
Monochromatic Colors of #E0FAE4
Black with #E0FAE4
Text Example
Text Example
White with #E0FAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAE4; }
p { color: rgb(224,250,228); }
H1.HeaderClassName
{
color: #E0FAE4;
}
.AnyTagClassName
{
color: #E0FAE4;
}
</style>
background-color css
<style>
a { background-color: #E0FAE4; }
a { background-color: rgb(224,250,228); }
div.DivClassName
{
background-color: #E0FAE4;
}
.BgClassName
{
background-color: #E0FAE4;
}
</style>
border-color css
<style>
span { border-color: #E0FAE4; }
span { border-color: rgb(224,250,228); }
td.TdClassName
{
border-color: #E0FAE4;
}
.TagClassName
{
border-color: #E0FAE4;
}
</style>