Shades of Frosted Mint #E1FAE2
Tints of Frosted Mint #E1FAE2
RGB
CMYK
RGB Variations
Color information
#E1FAE2 (or 0xE1FAE2) is known color: Frosted Mint. HEX triplet: E1, FA and E2. RGB value is (225,250,226). Sum of RGB (Red+Green+Blue) = 225+250+226=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FAE2 is #1E051D. Grayscale: #EFEFEF. Windows color (decimal): -1967390 or 14875361. OLE color: 14875361.
HSL color Cylindrical-coordinate representation of color #E1FAE2: hue angle of 122.4º 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 #E1FAE2 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 226 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.02 |
| HSL | 122.4º | 0.71% | 0.93% | - |
| HSV(B) | 122.4º | 0.1% | 0.98% | - |
| XYZ | 78.96 | 89.87 | 85.14 | - |
| YUV | 239.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 226 | 0.10 | 0 | 0.10 | 0.02 | 122.4 | 0.71 | 0.93 |
| Hex | E1 | FA | E2 | A | 0 | A | 2 | 7A | 47 | 5D |
| Octal | 341 | 372 | 342 | 12 | 0 | 12 | 2 | 172 | 107 | 135 |
| Binary | 11100001 | 11111010 | 11100010 | 1010 | 0 | 1010 | 10 | 1111010 | 1000111 | 1011101 |
Color Harmonies of #E1FAE2
Complementary color
Monochromatic Colors of #E1FAE2
Black with #E1FAE2
Text Example
Text Example
White with #E1FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAE2; }
p { color: rgb(225,250,226); }
H1.HeaderClassName
{
color: #E1FAE2;
}
.AnyTagClassName
{
color: #E1FAE2;
}
</style>
background-color css
<style>
a { background-color: #E1FAE2; }
a { background-color: rgb(225,250,226); }
div.DivClassName
{
background-color: #E1FAE2;
}
.BgClassName
{
background-color: #E1FAE2;
}
</style>
border-color css
<style>
span { border-color: #E1FAE2; }
span { border-color: rgb(225,250,226); }
td.TdClassName
{
border-color: #E1FAE2;
}
.TagClassName
{
border-color: #E1FAE2;
}
</style>