Shades of Frosted Mint #E2FDE4
Tints of Frosted Mint #E2FDE4
RGB
CMYK
RGB Variations
Color information
#E2FDE4 (or 0xE2FDE4) is known color: Frosted Mint. HEX triplet: E2, FD and E4. RGB value is (226,253,228). Sum of RGB (Red+Green+Blue) = 226+253+228=707 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.97% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDE4 is #1D021B. Grayscale: #F2F2F2. Windows color (decimal): -1901084 or 15007202. OLE color: 15007202.
HSL color Cylindrical-coordinate representation of color #E2FDE4: hue angle of 124.44º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FDE4 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 228 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.01 |
| HSL | 124.44º | 0.87% | 0.94% | - |
| HSV(B) | 124.44º | 0.11% | 0.99% | - |
| XYZ | 80.49 | 92.02 | 86.92 | - |
| YUV | 242.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 228 | 0.11 | 0 | 0.10 | 0.01 | 124.44 | 0.87 | 0.94 |
| Hex | E2 | FD | E4 | B | 0 | A | 1 | 7C | 57 | 5E |
| Octal | 342 | 375 | 344 | 13 | 0 | 12 | 1 | 174 | 127 | 136 |
| Binary | 11100010 | 11111101 | 11100100 | 1011 | 0 | 1010 | 1 | 1111100 | 1010111 | 1011110 |
Color Harmonies of #E2FDE4
Complementary color
Monochromatic Colors of #E2FDE4
Black with #E2FDE4
Text Example
Text Example
White with #E2FDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDE4; }
p { color: rgb(226,253,228); }
H1.HeaderClassName
{
color: #E2FDE4;
}
.AnyTagClassName
{
color: #E2FDE4;
}
</style>
background-color css
<style>
a { background-color: #E2FDE4; }
a { background-color: rgb(226,253,228); }
div.DivClassName
{
background-color: #E2FDE4;
}
.BgClassName
{
background-color: #E2FDE4;
}
</style>
border-color css
<style>
span { border-color: #E2FDE4; }
span { border-color: rgb(226,253,228); }
td.TdClassName
{
border-color: #E2FDE4;
}
.TagClassName
{
border-color: #E2FDE4;
}
</style>