Shades of Mint Cream #EDFFF4
Tints of Mint Cream #EDFFF4
RGB
CMYK
RGB Variations
Color information
#EDFFF4 (or 0xEDFFF4) is known color: Mint Cream. HEX triplet: ED, FF and F4. RGB value is (237,255,244). Sum of RGB (Red+Green+Blue) = 237+255+244=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 244 (95.70% from 255 or 33.15% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFF4 is #12000B. Grayscale: #F8F8F8. Windows color (decimal): -1179660 or 16056301. OLE color: 16056301.
HSL color Cylindrical-coordinate representation of color #EDFFF4: hue angle of 143.33º 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 #EDFFF4 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 244 | - |
| CMYK | 0.07 | 0 | 0.04 | 0 |
| HSL | 143.33º | 1% | 0.96% | - |
| HSV(B) | 143.33º | 0.07% | 1% | - |
| XYZ | 87.01 | 96.06 | 99.54 | - |
| YUV | 248.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 244 | 0.07 | 0 | 0.04 | 0 | 143.33 | 1 | 0.96 |
| Hex | ED | FF | F4 | 7 | 0 | 4 | 0 | 8F | 64 | 60 |
| Octal | 355 | 377 | 364 | 7 | 0 | 4 | 0 | 217 | 144 | 140 |
| Binary | 11101101 | 11111111 | 11110100 | 111 | 0 | 100 | 0 | 10001111 | 1100100 | 1100000 |
Color Harmonies of #EDFFF4
Complementary color
Monochromatic Colors of #EDFFF4
Black with #EDFFF4
Text Example
Text Example
White with #EDFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFF4; }
p { color: rgb(237,255,244); }
H1.HeaderClassName
{
color: #EDFFF4;
}
.AnyTagClassName
{
color: #EDFFF4;
}
</style>
background-color css
<style>
a { background-color: #EDFFF4; }
a { background-color: rgb(237,255,244); }
div.DivClassName
{
background-color: #EDFFF4;
}
.BgClassName
{
background-color: #EDFFF4;
}
</style>
border-color css
<style>
span { border-color: #EDFFF4; }
span { border-color: rgb(237,255,244); }
td.TdClassName
{
border-color: #EDFFF4;
}
.TagClassName
{
border-color: #EDFFF4;
}
</style>