Shades of Mauve #ECC0F6
Tints of Mauve #ECC0F6
RGB
CMYK
RGB Variations
Color information
#ECC0F6 (or 0xECC0F6) is known color: Mauve. HEX triplet: EC, C0 and F6. RGB value is (236,192,246). Sum of RGB (Red+Green+Blue) = 236+192+246=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECC0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0F6 is #133F09. Grayscale: #D3D3D3. Windows color (decimal): -1261322 or 16171244. OLE color: 16171244.
HSL color Cylindrical-coordinate representation of color #ECC0F6: hue angle of 288.89º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC0F6 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 192 | 246 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.04 |
| HSL | 288.89º | 0.75% | 0.86% | - |
| HSV(B) | 288.89º | 0.22% | 0.96% | - |
| XYZ | 70.08 | 62.19 | 95.5 | - |
| YUV | 211.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 246 | 0.04 | 0.22 | 0 | 0.04 | 288.89 | 0.75 | 0.86 |
| Hex | EC | C0 | F6 | 4 | 16 | 0 | 4 | 121 | 4B | 56 |
| Octal | 354 | 300 | 366 | 4 | 26 | 0 | 4 | 441 | 113 | 126 |
| Binary | 11101100 | 11000000 | 11110110 | 100 | 10110 | 0 | 100 | 100100001 | 1001011 | 1010110 |
Color Harmonies of #ECC0F6
Complementary color
Monochromatic Colors of #ECC0F6
Black with #ECC0F6
Text Example
Text Example
White with #ECC0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0F6; }
p { color: rgb(236,192,246); }
H1.HeaderClassName
{
color: #ECC0F6;
}
.AnyTagClassName
{
color: #ECC0F6;
}
</style>
background-color css
<style>
a { background-color: #ECC0F6; }
a { background-color: rgb(236,192,246); }
div.DivClassName
{
background-color: #ECC0F6;
}
.BgClassName
{
background-color: #ECC0F6;
}
</style>
border-color css
<style>
span { border-color: #ECC0F6; }
span { border-color: rgb(236,192,246); }
td.TdClassName
{
border-color: #ECC0F6;
}
.TagClassName
{
border-color: #ECC0F6;
}
</style>