Shades of Mint Cream #EEFDF5
Tints of Mint Cream #EEFDF5
RGB
CMYK
RGB Variations
Color information
#EEFDF5 (or 0xEEFDF5) is known color: Mint Cream. HEX triplet: EE, FD and F5. RGB value is (238,253,245). Sum of RGB (Red+Green+Blue) = 238+253+245=736 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.34% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 245 (96.09% from 255 or 33.29% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDF5 is #11020A. Grayscale: #F7F7F7. Windows color (decimal): -1114635 or 16121326. OLE color: 16121326.
HSL color Cylindrical-coordinate representation of color #EEFDF5: hue angle of 148º degrees, saturation: 0.79, 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 #EEFDF5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 245 | - |
CMYK | 0.06 | 0 | 0.03 | 0.01 |
HSL | 148º | 0.79% | 0.96% | - |
HSV(B) | 148º | 0.06% | 0.99% | - |
XYZ | 86.87 | 95.02 | 100.15 | - |
YUV | 247.6 | 126.53 | 121.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 245 | 0.06 | 0 | 0.03 | 0.01 | 148 | 0.79 | 0.96 |
Hex | EE | FD | F5 | 6 | 0 | 3 | 1 | 94 | 4F | 60 |
Octal | 356 | 375 | 365 | 6 | 0 | 3 | 1 | 224 | 117 | 140 |
Binary | 11101110 | 11111101 | 11110101 | 110 | 0 | 11 | 1 | 10010100 | 1001111 | 1100000 |
Color Harmonies of #EEFDF5
Complementary color
Monochromatic Colors of #EEFDF5
Black with #EEFDF5
Text Example
Text Example
White with #EEFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDF5; }
p { color: rgb(238,253,245); }
H1.HeaderClassName
{
color: #EEFDF5;
}
.AnyTagClassName
{
color: #EEFDF5;
}
</style>
background-color css
<style>
a { background-color: #EEFDF5; }
a { background-color: rgb(238,253,245); }
div.DivClassName
{
background-color: #EEFDF5;
}
.BgClassName
{
background-color: #EEFDF5;
}
</style>
border-color css
<style>
span { border-color: #EEFDF5; }
span { border-color: rgb(238,253,245); }
td.TdClassName
{
border-color: #EEFDF5;
}
.TagClassName
{
border-color: #EEFDF5;
}
</style>