Shades of Frosted Mint #E0F1E1
Tints of Frosted Mint #E0F1E1
RGB
CMYK
RGB Variations
Color information
#E0F1E1 (or 0xE0F1E1) is known color: Frosted Mint. HEX triplet: E0, F1 and E1. RGB value is (224,241,225). Sum of RGB (Red+Green+Blue) = 224+241+225=690 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.46% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1E1 is #1F0E1E. Grayscale: #EAEAEA. Windows color (decimal): -2035231 or 14807520. OLE color: 14807520.
HSL color Cylindrical-coordinate representation of color #E0F1E1: hue angle of 123.53º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F1E1 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 225 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.05 |
| HSL | 123.53º | 0.38% | 0.91% | - |
| HSV(B) | 123.53º | 0.07% | 0.95% | - |
| XYZ | 75.79 | 84.19 | 83.49 | - |
| YUV | 234.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 225 | 0.07 | 0 | 0.07 | 0.05 | 123.53 | 0.38 | 0.91 |
| Hex | E0 | F1 | E1 | 7 | 0 | 7 | 5 | 7C | 26 | 5B |
| Octal | 340 | 361 | 341 | 7 | 0 | 7 | 5 | 174 | 46 | 133 |
| Binary | 11100000 | 11110001 | 11100001 | 111 | 0 | 111 | 101 | 1111100 | 100110 | 1011011 |
Color Harmonies of #E0F1E1
Complementary color
Monochromatic Colors of #E0F1E1
Black with #E0F1E1
Text Example
Text Example
White with #E0F1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F1E1; }
p { color: rgb(224,241,225); }
H1.HeaderClassName
{
color: #E0F1E1;
}
.AnyTagClassName
{
color: #E0F1E1;
}
</style>
background-color css
<style>
a { background-color: #E0F1E1; }
a { background-color: rgb(224,241,225); }
div.DivClassName
{
background-color: #E0F1E1;
}
.BgClassName
{
background-color: #E0F1E1;
}
</style>
border-color css
<style>
span { border-color: #E0F1E1; }
span { border-color: rgb(224,241,225); }
td.TdClassName
{
border-color: #E0F1E1;
}
.TagClassName
{
border-color: #E0F1E1;
}
</style>