Shades of Frosted Mint #E2FBE4
Tints of Frosted Mint #E2FBE4
RGB
CMYK
RGB Variations
Color information
#E2FBE4 (or 0xE2FBE4) is known color: Frosted Mint. HEX triplet: E2, FB and E4. RGB value is (226,251,228). Sum of RGB (Red+Green+Blue) = 226+251+228=705 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.06% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FBE4 is #1D041B. Grayscale: #F0F0F0. Windows color (decimal): -1901596 or 15006690. OLE color: 15006690.
HSL color Cylindrical-coordinate representation of color #E2FBE4: hue angle of 124.8º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FBE4 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 251 | 228 | - |
CMYK | 0.10 | 0 | 0.09 | 0.02 |
HSL | 124.8º | 0.76% | 0.94% | - |
HSV(B) | 124.8º | 0.1% | 0.98% | - |
XYZ | 79.86 | 90.76 | 86.71 | - |
YUV | 240.9 | 120.72 | 117.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 251 | 228 | 0.10 | 0 | 0.09 | 0.02 | 124.8 | 0.76 | 0.94 |
Hex | E2 | FB | E4 | A | 0 | 9 | 2 | 7D | 4C | 5E |
Octal | 342 | 373 | 344 | 12 | 0 | 11 | 2 | 175 | 114 | 136 |
Binary | 11100010 | 11111011 | 11100100 | 1010 | 0 | 1001 | 10 | 1111101 | 1001100 | 1011110 |
Color Harmonies of #E2FBE4
Complementary color
Monochromatic Colors of #E2FBE4
Black with #E2FBE4
Text Example
Text Example
White with #E2FBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBE4; }
p { color: rgb(226,251,228); }
H1.HeaderClassName
{
color: #E2FBE4;
}
.AnyTagClassName
{
color: #E2FBE4;
}
</style>
background-color css
<style>
a { background-color: #E2FBE4; }
a { background-color: rgb(226,251,228); }
div.DivClassName
{
background-color: #E2FBE4;
}
.BgClassName
{
background-color: #E2FBE4;
}
</style>
border-color css
<style>
span { border-color: #E2FBE4; }
span { border-color: rgb(226,251,228); }
td.TdClassName
{
border-color: #E2FBE4;
}
.TagClassName
{
border-color: #E2FBE4;
}
</style>