Shades of Frosted Mint #E1FAE5
Tints of Frosted Mint #E1FAE5
RGB
CMYK
RGB Variations
Color information
#E1FAE5 (or 0xE1FAE5) is known color: Frosted Mint. HEX triplet: E1, FA and E5. RGB value is (225,250,229). Sum of RGB (Red+Green+Blue) = 225+250+229=704 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.96% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FAE5 is #1E051A. Grayscale: #F0F0F0. Windows color (decimal): -1967387 or 15071969. OLE color: 15071969.
HSL color Cylindrical-coordinate representation of color #E1FAE5: hue angle of 129.6º 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 #E1FAE5 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 229 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.02 |
| HSL | 129.6º | 0.71% | 0.93% | - |
| HSV(B) | 129.6º | 0.1% | 0.98% | - |
| XYZ | 79.38 | 90.04 | 87.32 | - |
| YUV | 240.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 229 | 0.10 | 0 | 0.08 | 0.02 | 129.6 | 0.71 | 0.93 |
| Hex | E1 | FA | E5 | A | 0 | 8 | 2 | 82 | 47 | 5D |
| Octal | 341 | 372 | 345 | 12 | 0 | 10 | 2 | 202 | 107 | 135 |
| Binary | 11100001 | 11111010 | 11100101 | 1010 | 0 | 1000 | 10 | 10000010 | 1000111 | 1011101 |
Color Harmonies of #E1FAE5
Complementary color
Monochromatic Colors of #E1FAE5
Black with #E1FAE5
Text Example
Text Example
White with #E1FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAE5; }
p { color: rgb(225,250,229); }
H1.HeaderClassName
{
color: #E1FAE5;
}
.AnyTagClassName
{
color: #E1FAE5;
}
</style>
background-color css
<style>
a { background-color: #E1FAE5; }
a { background-color: rgb(225,250,229); }
div.DivClassName
{
background-color: #E1FAE5;
}
.BgClassName
{
background-color: #E1FAE5;
}
</style>
border-color css
<style>
span { border-color: #E1FAE5; }
span { border-color: rgb(225,250,229); }
td.TdClassName
{
border-color: #E1FAE5;
}
.TagClassName
{
border-color: #E1FAE5;
}
</style>