Shades of Mint Cream #E5FEF2
Tints of Mint Cream #E5FEF2
RGB
CMYK
RGB Variations
Color information
#E5FEF2 (or 0xE5FEF2) is known color: Mint Cream. HEX triplet: E5, FE and F2. RGB value is (229,254,242). Sum of RGB (Red+Green+Blue) = 229+254+242=725 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.59% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 242 (94.92% from 255 or 33.38% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FEF2 is #1A010D. Grayscale: #F5F5F5. Windows color (decimal): -1704206 or 15924965. OLE color: 15924965.
HSL color Cylindrical-coordinate representation of color #E5FEF2: hue angle of 151.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FEF2 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 229 | 254 | 242 | - |
CMYK | 0.10 | 0 | 0.05 | 0.00 |
HSL | 151.2º | 0.93% | 0.95% | - |
HSV(B) | 151.2º | 0.1% | 1% | - |
XYZ | 83.78 | 93.95 | 97.72 | - |
YUV | 245.16 | 126.22 | 116.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 254 | 242 | 0.10 | 0 | 0.05 | 0.00 | 151.2 | 0.93 | 0.95 |
Hex | E5 | FE | F2 | A | 0 | 5 | 0 | 97 | 5D | 5F |
Octal | 345 | 376 | 362 | 12 | 0 | 5 | 0 | 227 | 135 | 137 |
Binary | 11100101 | 11111110 | 11110010 | 1010 | 0 | 101 | 0 | 10010111 | 1011101 | 1011111 |
Color Harmonies of #E5FEF2
Complementary color
Monochromatic Colors of #E5FEF2
Black with #E5FEF2
Text Example
Text Example
White with #E5FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FEF2; }
p { color: rgb(229,254,242); }
H1.HeaderClassName
{
color: #E5FEF2;
}
.AnyTagClassName
{
color: #E5FEF2;
}
</style>
background-color css
<style>
a { background-color: #E5FEF2; }
a { background-color: rgb(229,254,242); }
div.DivClassName
{
background-color: #E5FEF2;
}
.BgClassName
{
background-color: #E5FEF2;
}
</style>
border-color css
<style>
span { border-color: #E5FEF2; }
span { border-color: rgb(229,254,242); }
td.TdClassName
{
border-color: #E5FEF2;
}
.TagClassName
{
border-color: #E5FEF2;
}
</style>