Shades of Frosted Mint #E2FFE4
Tints of Frosted Mint #E2FFE4
RGB
CMYK
RGB Variations
Color information
#E2FFE4 (or 0xE2FFE4) is known color: Frosted Mint. HEX triplet: E2, FF and E4. RGB value is (226,255,228). Sum of RGB (Red+Green+Blue) = 226+255+228=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 228 (89.45% from 255 or 32.16% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFE4 is #1D001B. Grayscale: #F3F3F3. Windows color (decimal): -1900572 or 15007714. OLE color: 15007714.
HSL color Cylindrical-coordinate representation of color #E2FFE4: hue angle of 124.14º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FFE4 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 255 | 228 | - |
CMYK | 0.11 | 0 | 0.11 | 0 |
HSL | 124.14º | 1% | 0.94% | - |
HSV(B) | 124.14º | 0.11% | 1% | - |
XYZ | 81.13 | 93.29 | 87.13 | - |
YUV | 243.25 | 119.39 | 115.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 255 | 228 | 0.11 | 0 | 0.11 | 0 | 124.14 | 1 | 0.94 |
Hex | E2 | FF | E4 | B | 0 | B | 0 | 7C | 64 | 5E |
Octal | 342 | 377 | 344 | 13 | 0 | 13 | 0 | 174 | 144 | 136 |
Binary | 11100010 | 11111111 | 11100100 | 1011 | 0 | 1011 | 0 | 1111100 | 1100100 | 1011110 |
Color Harmonies of #E2FFE4
Complementary color
Monochromatic Colors of #E2FFE4
Black with #E2FFE4
Text Example
Text Example
White with #E2FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFE4; }
p { color: rgb(226,255,228); }
H1.HeaderClassName
{
color: #E2FFE4;
}
.AnyTagClassName
{
color: #E2FFE4;
}
</style>
background-color css
<style>
a { background-color: #E2FFE4; }
a { background-color: rgb(226,255,228); }
div.DivClassName
{
background-color: #E2FFE4;
}
.BgClassName
{
background-color: #E2FFE4;
}
</style>
border-color css
<style>
span { border-color: #E2FFE4; }
span { border-color: rgb(226,255,228); }
td.TdClassName
{
border-color: #E2FFE4;
}
.TagClassName
{
border-color: #E2FFE4;
}
</style>