Shades of Mint Cream #EBF7F2
Tints of Mint Cream #EBF7F2
RGB
CMYK
RGB Variations
Color information
#EBF7F2 (or 0xEBF7F2) is known color: Mint Cream. HEX triplet: EB, F7 and F2. RGB value is (235,247,242). Sum of RGB (Red+Green+Blue) = 235+247+242=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 247 (96.88% from 255 or 34.12% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7F2 is #14080D. Grayscale: #F2F2F2. Windows color (decimal): -1312782 or 15923179. OLE color: 15923179.
HSL color Cylindrical-coordinate representation of color #EBF7F2: hue angle of 155º degrees, saturation: 0.43, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBF7F2 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
RGB | 235 | 247 | 242 | - |
CMYK | 0.05 | 0 | 0.02 | 0.03 |
HSL | 155º | 0.43% | 0.95% | - |
HSV(B) | 155º | 0.05% | 0.97% | - |
XYZ | 83.55 | 90.59 | 97.09 | - |
YUV | 242.84 | 127.52 | 122.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 247 | 242 | 0.05 | 0 | 0.02 | 0.03 | 155 | 0.43 | 0.95 |
Hex | EB | F7 | F2 | 5 | 0 | 2 | 3 | 9B | 2B | 5F |
Octal | 353 | 367 | 362 | 5 | 0 | 2 | 3 | 233 | 53 | 137 |
Binary | 11101011 | 11110111 | 11110010 | 101 | 0 | 10 | 11 | 10011011 | 101011 | 1011111 |
Color Harmonies of #EBF7F2
Complementary color
Monochromatic Colors of #EBF7F2
Black with #EBF7F2
Text Example
Text Example
White with #EBF7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF7F2; }
p { color: rgb(235,247,242); }
H1.HeaderClassName
{
color: #EBF7F2;
}
.AnyTagClassName
{
color: #EBF7F2;
}
</style>
background-color css
<style>
a { background-color: #EBF7F2; }
a { background-color: rgb(235,247,242); }
div.DivClassName
{
background-color: #EBF7F2;
}
.BgClassName
{
background-color: #EBF7F2;
}
</style>
border-color css
<style>
span { border-color: #EBF7F2; }
span { border-color: rgb(235,247,242); }
td.TdClassName
{
border-color: #EBF7F2;
}
.TagClassName
{
border-color: #EBF7F2;
}
</style>