Shades of Frosted Mint #E2F6E5
Tints of Frosted Mint #E2F6E5
RGB
CMYK
RGB Variations
Color information
#E2F6E5 (or 0xE2F6E5) is known color: Frosted Mint. HEX triplet: E2, F6 and E5. RGB value is (226,246,229). Sum of RGB (Red+Green+Blue) = 226+246+229=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F6E5 is #1D091A. Grayscale: #EEEEEE. Windows color (decimal): -1902875 or 15070946. OLE color: 15070946.
HSL color Cylindrical-coordinate representation of color #E2F6E5: hue angle of 129º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2F6E5 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 246 | 229 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.04 |
| HSL | 129º | 0.53% | 0.93% | - |
| HSV(B) | 129º | 0.08% | 0.96% | - |
| XYZ | 78.46 | 87.74 | 86.93 | - |
| YUV | 238.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 246 | 229 | 0.08 | 0 | 0.07 | 0.04 | 129 | 0.53 | 0.93 |
| Hex | E2 | F6 | E5 | 8 | 0 | 7 | 4 | 81 | 35 | 5D |
| Octal | 342 | 366 | 345 | 10 | 0 | 7 | 4 | 201 | 65 | 135 |
| Binary | 11100010 | 11110110 | 11100101 | 1000 | 0 | 111 | 100 | 10000001 | 110101 | 1011101 |
Color Harmonies of #E2F6E5
Complementary color
Monochromatic Colors of #E2F6E5
Black with #E2F6E5
Text Example
Text Example
White with #E2F6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F6E5; }
p { color: rgb(226,246,229); }
H1.HeaderClassName
{
color: #E2F6E5;
}
.AnyTagClassName
{
color: #E2F6E5;
}
</style>
background-color css
<style>
a { background-color: #E2F6E5; }
a { background-color: rgb(226,246,229); }
div.DivClassName
{
background-color: #E2F6E5;
}
.BgClassName
{
background-color: #E2F6E5;
}
</style>
border-color css
<style>
span { border-color: #E2F6E5; }
span { border-color: rgb(226,246,229); }
td.TdClassName
{
border-color: #E2F6E5;
}
.TagClassName
{
border-color: #E2F6E5;
}
</style>