Shades of Mint Cream #E5FFF2
Tints of Mint Cream #E5FFF2
RGB
CMYK
RGB Variations
Color information
#E5FFF2 (or 0xE5FFF2) is known color: Mint Cream. HEX triplet: E5, FF and F2. RGB value is (229,255,242). Sum of RGB (Red+Green+Blue) = 229+255+242=726 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.54% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 242 (94.92% from 255 or 33.33% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FFF2 is #1A000D. Grayscale: #F5F5F5. Windows color (decimal): -1703950 or 15925221. OLE color: 15925221.
HSL color Cylindrical-coordinate representation of color #E5FFF2: hue angle of 150º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FFF2 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 242 | - |
| CMYK | 0.10 | 0 | 0.05 | 0 |
| HSL | 150º | 1% | 0.95% | - |
| HSV(B) | 150º | 0.1% | 1% | - |
| XYZ | 84.1 | 94.59 | 97.83 | - |
| YUV | 245.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 242 | 0.10 | 0 | 0.05 | 0 | 150 | 1 | 0.95 |
| Hex | E5 | FF | F2 | A | 0 | 5 | 0 | 96 | 64 | 5F |
| Octal | 345 | 377 | 362 | 12 | 0 | 5 | 0 | 226 | 144 | 137 |
| Binary | 11100101 | 11111111 | 11110010 | 1010 | 0 | 101 | 0 | 10010110 | 1100100 | 1011111 |
Color Harmonies of #E5FFF2
Complementary color
Monochromatic Colors of #E5FFF2
Black with #E5FFF2
Text Example
Text Example
White with #E5FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FFF2; }
p { color: rgb(229,255,242); }
H1.HeaderClassName
{
color: #E5FFF2;
}
.AnyTagClassName
{
color: #E5FFF2;
}
</style>
background-color css
<style>
a { background-color: #E5FFF2; }
a { background-color: rgb(229,255,242); }
div.DivClassName
{
background-color: #E5FFF2;
}
.BgClassName
{
background-color: #E5FFF2;
}
</style>
border-color css
<style>
span { border-color: #E5FFF2; }
span { border-color: rgb(229,255,242); }
td.TdClassName
{
border-color: #E5FFF2;
}
.TagClassName
{
border-color: #E5FFF2;
}
</style>