Shades of Mint Cream #EDFFF8
Tints of Mint Cream #EDFFF8
RGB
CMYK
RGB Variations
Color information
#EDFFF8 (or 0xEDFFF8) is known color: Mint Cream. HEX triplet: ED, FF and F8. RGB value is (237,255,248). Sum of RGB (Red+Green+Blue) = 237+255+248=740 (98% of max value = 765). Red value is 237 (92.97% from 255 or 32.03% from 740); Green value is 255 (100% from 255 or 34.46% from 740); Blue value is 248 (97.27% from 255 or 33.51% from 740); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFF8 is #120007. Grayscale: #F8F8F8. Windows color (decimal): -1179656 or 16318445. OLE color: 16318445.
HSL color Cylindrical-coordinate representation of color #EDFFF8: hue angle of 156.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFFF8 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 248 | - |
| CMYK | 0.07 | 0 | 0.03 | 0 |
| HSL | 156.67º | 1% | 0.96% | - |
| HSV(B) | 156.67º | 0.07% | 1% | - |
| XYZ | 87.63 | 96.3 | 102.78 | - |
| YUV | 248.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 248 | 0.07 | 0 | 0.03 | 0 | 156.67 | 1 | 0.96 |
| Hex | ED | FF | F8 | 7 | 0 | 3 | 0 | 9D | 64 | 60 |
| Octal | 355 | 377 | 370 | 7 | 0 | 3 | 0 | 235 | 144 | 140 |
| Binary | 11101101 | 11111111 | 11111000 | 111 | 0 | 11 | 0 | 10011101 | 1100100 | 1100000 |
Color Harmonies of #EDFFF8
Complementary color
Monochromatic Colors of #EDFFF8
Black with #EDFFF8
Text Example
Text Example
White with #EDFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFF8; }
p { color: rgb(237,255,248); }
H1.HeaderClassName
{
color: #EDFFF8;
}
.AnyTagClassName
{
color: #EDFFF8;
}
</style>
background-color css
<style>
a { background-color: #EDFFF8; }
a { background-color: rgb(237,255,248); }
div.DivClassName
{
background-color: #EDFFF8;
}
.BgClassName
{
background-color: #EDFFF8;
}
</style>
border-color css
<style>
span { border-color: #EDFFF8; }
span { border-color: rgb(237,255,248); }
td.TdClassName
{
border-color: #EDFFF8;
}
.TagClassName
{
border-color: #EDFFF8;
}
</style>