Shades of Mint Cream #EFFDF5
Tints of Mint Cream #EFFDF5
RGB
CMYK
RGB Variations
Color information
#EFFDF5 (or 0xEFFDF5) is known color: Mint Cream. HEX triplet: EF, FD and F5. RGB value is (239,253,245). Sum of RGB (Red+Green+Blue) = 239+253+245=737 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.43% from 737); Green value is 253 (99.22% from 255 or 34.33% from 737); Blue value is 245 (96.09% from 255 or 33.24% from 737); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDF5 is #10020A. Grayscale: #F7F7F7. Windows color (decimal): -1049099 or 16121327. OLE color: 16121327.
HSL color Cylindrical-coordinate representation of color #EFFDF5: hue angle of 145.71º 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 #EFFDF5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 245 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.01 |
| HSL | 145.71º | 0.78% | 0.96% | - |
| HSV(B) | 145.71º | 0.06% | 0.99% | - |
| XYZ | 87.2 | 95.19 | 100.16 | - |
| YUV | 247.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 245 | 0.06 | 0 | 0.03 | 0.01 | 145.71 | 0.78 | 0.96 |
| Hex | EF | FD | F5 | 6 | 0 | 3 | 1 | 92 | 4E | 60 |
| Octal | 357 | 375 | 365 | 6 | 0 | 3 | 1 | 222 | 116 | 140 |
| Binary | 11101111 | 11111101 | 11110101 | 110 | 0 | 11 | 1 | 10010010 | 1001110 | 1100000 |
Color Harmonies of #EFFDF5
Complementary color
Monochromatic Colors of #EFFDF5
Black with #EFFDF5
Text Example
Text Example
White with #EFFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDF5; }
p { color: rgb(239,253,245); }
H1.HeaderClassName
{
color: #EFFDF5;
}
.AnyTagClassName
{
color: #EFFDF5;
}
</style>
background-color css
<style>
a { background-color: #EFFDF5; }
a { background-color: rgb(239,253,245); }
div.DivClassName
{
background-color: #EFFDF5;
}
.BgClassName
{
background-color: #EFFDF5;
}
</style>
border-color css
<style>
span { border-color: #EFFDF5; }
span { border-color: rgb(239,253,245); }
td.TdClassName
{
border-color: #EFFDF5;
}
.TagClassName
{
border-color: #EFFDF5;
}
</style>