Shades of Frosted Mint #E2FAE5
Tints of Frosted Mint #E2FAE5
RGB
CMYK
RGB Variations
Color information
#E2FAE5 (or 0xE2FAE5) is known color: Frosted Mint. HEX triplet: E2, FA and E5. RGB value is (226,250,229). Sum of RGB (Red+Green+Blue) = 226+250+229=705 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.06% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FAE5 is #1D051A. Grayscale: #F0F0F0. Windows color (decimal): -1901851 or 15071970. OLE color: 15071970.
HSL color Cylindrical-coordinate representation of color #E2FAE5: hue angle of 127.5º 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 #E2FAE5 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 250 | 229 | - |
CMYK | 0.10 | 0 | 0.08 | 0.02 |
HSL | 127.5º | 0.71% | 0.93% | - |
HSV(B) | 127.5º | 0.1% | 0.98% | - |
XYZ | 79.69 | 90.2 | 87.34 | - |
YUV | 240.43 | 121.55 | 117.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 250 | 229 | 0.10 | 0 | 0.08 | 0.02 | 127.5 | 0.71 | 0.93 |
Hex | E2 | FA | E5 | A | 0 | 8 | 2 | 80 | 47 | 5D |
Octal | 342 | 372 | 345 | 12 | 0 | 10 | 2 | 200 | 107 | 135 |
Binary | 11100010 | 11111010 | 11100101 | 1010 | 0 | 1000 | 10 | 10000000 | 1000111 | 1011101 |
Color Harmonies of #E2FAE5
Complementary color
Monochromatic Colors of #E2FAE5
Black with #E2FAE5
Text Example
Text Example
White with #E2FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAE5; }
p { color: rgb(226,250,229); }
H1.HeaderClassName
{
color: #E2FAE5;
}
.AnyTagClassName
{
color: #E2FAE5;
}
</style>
background-color css
<style>
a { background-color: #E2FAE5; }
a { background-color: rgb(226,250,229); }
div.DivClassName
{
background-color: #E2FAE5;
}
.BgClassName
{
background-color: #E2FAE5;
}
</style>
border-color css
<style>
span { border-color: #E2FAE5; }
span { border-color: rgb(226,250,229); }
td.TdClassName
{
border-color: #E2FAE5;
}
.TagClassName
{
border-color: #E2FAE5;
}
</style>