Shades of Mint Cream #EFFDF4
Tints of Mint Cream #EFFDF4
RGB
CMYK
RGB Variations
Color information
#EFFDF4 (or 0xEFFDF4) is known color: Mint Cream. HEX triplet: EF, FD and F4. RGB value is (239,253,244). Sum of RGB (Red+Green+Blue) = 239+253+244=736 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.47% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 244 (95.70% from 255 or 33.15% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDF4 is #10020B. Grayscale: #F7F7F7. Windows color (decimal): -1049100 or 16055791. OLE color: 16055791.
HSL color Cylindrical-coordinate representation of color #EFFDF4: hue angle of 141.43º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFDF4 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 239 | 253 | 244 | - |
CMYK | 0.06 | 0 | 0.04 | 0.01 |
HSL | 141.43º | 0.78% | 0.96% | - |
HSV(B) | 141.43º | 0.06% | 0.99% | - |
XYZ | 87.05 | 95.13 | 99.36 | - |
YUV | 247.79 | 125.86 | 121.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 253 | 244 | 0.06 | 0 | 0.04 | 0.01 | 141.43 | 0.78 | 0.96 |
Hex | EF | FD | F4 | 6 | 0 | 4 | 1 | 8D | 4E | 60 |
Octal | 357 | 375 | 364 | 6 | 0 | 4 | 1 | 215 | 116 | 140 |
Binary | 11101111 | 11111101 | 11110100 | 110 | 0 | 100 | 1 | 10001101 | 1001110 | 1100000 |
Color Harmonies of #EFFDF4
Complementary color
Monochromatic Colors of #EFFDF4
Black with #EFFDF4
Text Example
Text Example
White with #EFFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDF4; }
p { color: rgb(239,253,244); }
H1.HeaderClassName
{
color: #EFFDF4;
}
.AnyTagClassName
{
color: #EFFDF4;
}
</style>
background-color css
<style>
a { background-color: #EFFDF4; }
a { background-color: rgb(239,253,244); }
div.DivClassName
{
background-color: #EFFDF4;
}
.BgClassName
{
background-color: #EFFDF4;
}
</style>
border-color css
<style>
span { border-color: #EFFDF4; }
span { border-color: rgb(239,253,244); }
td.TdClassName
{
border-color: #EFFDF4;
}
.TagClassName
{
border-color: #EFFDF4;
}
</style>