Shades of Mauve #ECBAF6
Tints of Mauve #ECBAF6
RGB
CMYK
RGB Variations
Color information
#ECBAF6 (or 0xECBAF6) is known color: Mauve. HEX triplet: EC, BA and F6. RGB value is (236,186,246). Sum of RGB (Red+Green+Blue) = 236+186+246=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECBAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAF6 is #134509. Grayscale: #CFCFCF. Windows color (decimal): -1262858 or 16169708. OLE color: 16169708.
HSL color Cylindrical-coordinate representation of color #ECBAF6: hue angle of 290º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECBAF6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 186 | 246 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.04 |
| HSL | 290º | 0.77% | 0.85% | - |
| HSV(B) | 290º | 0.24% | 0.96% | - |
| XYZ | 68.79 | 59.6 | 95.07 | - |
| YUV | 207.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 246 | 0.04 | 0.24 | 0 | 0.04 | 290 | 0.77 | 0.85 |
| Hex | EC | BA | F6 | 4 | 18 | 0 | 4 | 122 | 4D | 55 |
| Octal | 354 | 272 | 366 | 4 | 30 | 0 | 4 | 442 | 115 | 125 |
| Binary | 11101100 | 10111010 | 11110110 | 100 | 11000 | 0 | 100 | 100100010 | 1001101 | 1010101 |
Color Harmonies of #ECBAF6
Complementary color
Monochromatic Colors of #ECBAF6
Black with #ECBAF6
Text Example
Text Example
White with #ECBAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAF6; }
p { color: rgb(236,186,246); }
H1.HeaderClassName
{
color: #ECBAF6;
}
.AnyTagClassName
{
color: #ECBAF6;
}
</style>
background-color css
<style>
a { background-color: #ECBAF6; }
a { background-color: rgb(236,186,246); }
div.DivClassName
{
background-color: #ECBAF6;
}
.BgClassName
{
background-color: #ECBAF6;
}
</style>
border-color css
<style>
span { border-color: #ECBAF6; }
span { border-color: rgb(236,186,246); }
td.TdClassName
{
border-color: #ECBAF6;
}
.TagClassName
{
border-color: #ECBAF6;
}
</style>