Shades of Mauve #ECC0F9
Tints of Mauve #ECC0F9
RGB
CMYK
RGB Variations
Color information
#ECC0F9 (or 0xECC0F9) is known color: Mauve. HEX triplet: EC, C0 and F9. RGB value is (236,192,249). Sum of RGB (Red+Green+Blue) = 236+192+249=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 192 (75.39% from 255 or 28.36% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECC0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0F9 is #133F06. Grayscale: #D3D3D3. Windows color (decimal): -1261319 or 16367852. OLE color: 16367852.
HSL color Cylindrical-coordinate representation of color #ECC0F9: hue angle of 286.32º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC0F9 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 192 | 249 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.02 |
| HSL | 286.32º | 0.83% | 0.86% | - |
| HSV(B) | 286.32º | 0.23% | 0.98% | - |
| XYZ | 70.54 | 62.37 | 97.94 | - |
| YUV | 211.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 249 | 0.05 | 0.23 | 0 | 0.02 | 286.32 | 0.83 | 0.86 |
| Hex | EC | C0 | F9 | 5 | 17 | 0 | 2 | 11E | 53 | 56 |
| Octal | 354 | 300 | 371 | 5 | 27 | 0 | 2 | 436 | 123 | 126 |
| Binary | 11101100 | 11000000 | 11111001 | 101 | 10111 | 0 | 10 | 100011110 | 1010011 | 1010110 |
Color Harmonies of #ECC0F9
Complementary color
Monochromatic Colors of #ECC0F9
Black with #ECC0F9
Text Example
Text Example
White with #ECC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0F9; }
p { color: rgb(236,192,249); }
H1.HeaderClassName
{
color: #ECC0F9;
}
.AnyTagClassName
{
color: #ECC0F9;
}
</style>
background-color css
<style>
a { background-color: #ECC0F9; }
a { background-color: rgb(236,192,249); }
div.DivClassName
{
background-color: #ECC0F9;
}
.BgClassName
{
background-color: #ECC0F9;
}
</style>
border-color css
<style>
span { border-color: #ECC0F9; }
span { border-color: rgb(236,192,249); }
td.TdClassName
{
border-color: #ECC0F9;
}
.TagClassName
{
border-color: #ECC0F9;
}
</style>