Shades of Mint Cream #EAFEF4
Tints of Mint Cream #EAFEF4
RGB
CMYK
RGB Variations
Color information
#EAFEF4 (or 0xEAFEF4) is known color: Mint Cream. HEX triplet: EA, FE and F4. RGB value is (234,254,244). Sum of RGB (Red+Green+Blue) = 234+254+244=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 244 (95.70% from 255 or 33.33% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEF4 is #15010B. Grayscale: #F6F6F6. Windows color (decimal): -1376524 or 16056042. OLE color: 16056042.
HSL color Cylindrical-coordinate representation of color #EAFEF4: hue angle of 150º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFEF4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 234 | 254 | 244 | - |
CMYK | 0.08 | 0 | 0.04 | 0.00 |
HSL | 150º | 0.91% | 0.96% | - |
HSV(B) | 150º | 0.08% | 1% | - |
XYZ | 85.7 | 94.91 | 99.39 | - |
YUV | 246.88 | 126.37 | 118.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 254 | 244 | 0.08 | 0 | 0.04 | 0.00 | 150 | 0.91 | 0.96 |
Hex | EA | FE | F4 | 8 | 0 | 4 | 0 | 96 | 5B | 60 |
Octal | 352 | 376 | 364 | 10 | 0 | 4 | 0 | 226 | 133 | 140 |
Binary | 11101010 | 11111110 | 11110100 | 1000 | 0 | 100 | 0 | 10010110 | 1011011 | 1100000 |
Color Harmonies of #EAFEF4
Complementary color
Monochromatic Colors of #EAFEF4
Black with #EAFEF4
Text Example
Text Example
White with #EAFEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFEF4; }
p { color: rgb(234,254,244); }
H1.HeaderClassName
{
color: #EAFEF4;
}
.AnyTagClassName
{
color: #EAFEF4;
}
</style>
background-color css
<style>
a { background-color: #EAFEF4; }
a { background-color: rgb(234,254,244); }
div.DivClassName
{
background-color: #EAFEF4;
}
.BgClassName
{
background-color: #EAFEF4;
}
</style>
border-color css
<style>
span { border-color: #EAFEF4; }
span { border-color: rgb(234,254,244); }
td.TdClassName
{
border-color: #EAFEF4;
}
.TagClassName
{
border-color: #EAFEF4;
}
</style>