Shades of Mint Cream #ECFAF2
Tints of Mint Cream #ECFAF2
RGB
CMYK
RGB Variations
Color information
#ECFAF2 (or 0xECFAF2) is known color: Mint Cream. HEX triplet: EC, FA and F2. RGB value is (236,250,242). Sum of RGB (Red+Green+Blue) = 236+250+242=728 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.42% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF2 is #13050D. Grayscale: #F4F4F4. Windows color (decimal): -1246478 or 15923948. OLE color: 15923948.
HSL color Cylindrical-coordinate representation of color #ECFAF2: hue angle of 145.71º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFAF2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 242 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.02 |
| HSL | 145.71º | 0.58% | 0.95% | - |
| HSV(B) | 145.71º | 0.06% | 0.98% | - |
| XYZ | 84.8 | 92.61 | 97.41 | - |
| YUV | 244.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 242 | 0.06 | 0 | 0.03 | 0.02 | 145.71 | 0.58 | 0.95 |
| Hex | EC | FA | F2 | 6 | 0 | 3 | 2 | 92 | 3A | 5F |
| Octal | 354 | 372 | 362 | 6 | 0 | 3 | 2 | 222 | 72 | 137 |
| Binary | 11101100 | 11111010 | 11110010 | 110 | 0 | 11 | 10 | 10010010 | 111010 | 1011111 |
Color Harmonies of #ECFAF2
Complementary color
Monochromatic Colors of #ECFAF2
Black with #ECFAF2
Text Example
Text Example
White with #ECFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAF2; }
p { color: rgb(236,250,242); }
H1.HeaderClassName
{
color: #ECFAF2;
}
.AnyTagClassName
{
color: #ECFAF2;
}
</style>
background-color css
<style>
a { background-color: #ECFAF2; }
a { background-color: rgb(236,250,242); }
div.DivClassName
{
background-color: #ECFAF2;
}
.BgClassName
{
background-color: #ECFAF2;
}
</style>
border-color css
<style>
span { border-color: #ECFAF2; }
span { border-color: rgb(236,250,242); }
td.TdClassName
{
border-color: #ECFAF2;
}
.TagClassName
{
border-color: #ECFAF2;
}
</style>