Shades of Mauve #ECBAFA
Tints of Mauve #ECBAFA
RGB
CMYK
RGB Variations
Color information
#ECBAFA (or 0xECBAFA) is known color: Mauve. HEX triplet: EC, BA and FA. RGB value is (236,186,250). Sum of RGB (Red+Green+Blue) = 236+186+250=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAFA is #134505. Grayscale: #D0D0D0. Windows color (decimal): -1262854 or 16431852. OLE color: 16431852.
HSL color Cylindrical-coordinate representation of color #ECBAFA: hue angle of 286.88º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBAFA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 186 | 250 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.02 |
| HSL | 286.88º | 0.86% | 0.85% | - |
| HSV(B) | 286.88º | 0.26% | 0.98% | - |
| XYZ | 69.41 | 59.85 | 98.34 | - |
| YUV | 208.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 250 | 0.06 | 0.26 | 0 | 0.02 | 286.88 | 0.86 | 0.85 |
| Hex | EC | BA | FA | 6 | 1A | 0 | 2 | 11F | 56 | 55 |
| Octal | 354 | 272 | 372 | 6 | 32 | 0 | 2 | 437 | 126 | 125 |
| Binary | 11101100 | 10111010 | 11111010 | 110 | 11010 | 0 | 10 | 100011111 | 1010110 | 1010101 |
Color Harmonies of #ECBAFA
Complementary color
Monochromatic Colors of #ECBAFA
Black with #ECBAFA
Text Example
Text Example
White with #ECBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAFA; }
p { color: rgb(236,186,250); }
H1.HeaderClassName
{
color: #ECBAFA;
}
.AnyTagClassName
{
color: #ECBAFA;
}
</style>
background-color css
<style>
a { background-color: #ECBAFA; }
a { background-color: rgb(236,186,250); }
div.DivClassName
{
background-color: #ECBAFA;
}
.BgClassName
{
background-color: #ECBAFA;
}
</style>
border-color css
<style>
span { border-color: #ECBAFA; }
span { border-color: rgb(236,186,250); }
td.TdClassName
{
border-color: #ECBAFA;
}
.TagClassName
{
border-color: #ECBAFA;
}
</style>