Shades of Mint Cream #EAFDF2
Tints of Mint Cream #EAFDF2
RGB
CMYK
RGB Variations
Color information
#EAFDF2 (or 0xEAFDF2) is known color: Mint Cream. HEX triplet: EA, FD and F2. RGB value is (234,253,242). Sum of RGB (Red+Green+Blue) = 234+253+242=729 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.10% from 729); Green value is 253 (99.22% from 255 or 34.71% from 729); Blue value is 242 (94.92% from 255 or 33.20% from 729); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDF2 is #15020D. Grayscale: #F6F6F6. Windows color (decimal): -1376782 or 15924714. OLE color: 15924714.
HSL color Cylindrical-coordinate representation of color #EAFDF2: hue angle of 145.26º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFDF2 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 242 | - |
CMYK | 0.08 | 0 | 0.04 | 0.01 |
HSL | 145.26º | 0.83% | 0.95% | - |
HSV(B) | 145.26º | 0.08% | 0.99% | - |
XYZ | 85.08 | 94.15 | 97.69 | - |
YUV | 246.07 | 125.71 | 119.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 242 | 0.08 | 0 | 0.04 | 0.01 | 145.26 | 0.83 | 0.95 |
Hex | EA | FD | F2 | 8 | 0 | 4 | 1 | 91 | 53 | 5F |
Octal | 352 | 375 | 362 | 10 | 0 | 4 | 1 | 221 | 123 | 137 |
Binary | 11101010 | 11111101 | 11110010 | 1000 | 0 | 100 | 1 | 10010001 | 1010011 | 1011111 |
Color Harmonies of #EAFDF2
Complementary color
Monochromatic Colors of #EAFDF2
Black with #EAFDF2
Text Example
Text Example
White with #EAFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDF2; }
p { color: rgb(234,253,242); }
H1.HeaderClassName
{
color: #EAFDF2;
}
.AnyTagClassName
{
color: #EAFDF2;
}
</style>
background-color css
<style>
a { background-color: #EAFDF2; }
a { background-color: rgb(234,253,242); }
div.DivClassName
{
background-color: #EAFDF2;
}
.BgClassName
{
background-color: #EAFDF2;
}
</style>
border-color css
<style>
span { border-color: #EAFDF2; }
span { border-color: rgb(234,253,242); }
td.TdClassName
{
border-color: #EAFDF2;
}
.TagClassName
{
border-color: #EAFDF2;
}
</style>