Shades of Frosted Mint #E2F4E5
Tints of Frosted Mint #E2F4E5
RGB
CMYK
RGB Variations
Color information
#E2F4E5 (or 0xE2F4E5) is known color: Frosted Mint. HEX triplet: E2, F4 and E5. RGB value is (226,244,229). Sum of RGB (Red+Green+Blue) = 226+244+229=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 229 (89.84% from 255 or 32.76% from 699); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F4E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F4E5 is #1D0B1A. Grayscale: #ECECEC. Windows color (decimal): -1903387 or 15070434. OLE color: 15070434.
HSL color Cylindrical-coordinate representation of color #E2F4E5: hue angle of 130º degrees, saturation: 0.45, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2F4E5 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 229 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.04 |
| HSL | 130º | 0.45% | 0.92% | - |
| HSV(B) | 130º | 0.07% | 0.96% | - |
| XYZ | 77.86 | 86.53 | 86.73 | - |
| YUV | 236.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 229 | 0.07 | 0 | 0.06 | 0.04 | 130 | 0.45 | 0.92 |
| Hex | E2 | F4 | E5 | 7 | 0 | 6 | 4 | 82 | 2D | 5C |
| Octal | 342 | 364 | 345 | 7 | 0 | 6 | 4 | 202 | 55 | 134 |
| Binary | 11100010 | 11110100 | 11100101 | 111 | 0 | 110 | 100 | 10000010 | 101101 | 1011100 |
Color Harmonies of #E2F4E5
Complementary color
Monochromatic Colors of #E2F4E5
Black with #E2F4E5
Text Example
Text Example
White with #E2F4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F4E5; }
p { color: rgb(226,244,229); }
H1.HeaderClassName
{
color: #E2F4E5;
}
.AnyTagClassName
{
color: #E2F4E5;
}
</style>
background-color css
<style>
a { background-color: #E2F4E5; }
a { background-color: rgb(226,244,229); }
div.DivClassName
{
background-color: #E2F4E5;
}
.BgClassName
{
background-color: #E2F4E5;
}
</style>
border-color css
<style>
span { border-color: #E2F4E5; }
span { border-color: rgb(226,244,229); }
td.TdClassName
{
border-color: #E2F4E5;
}
.TagClassName
{
border-color: #E2F4E5;
}
</style>