Shades of Mauve #ECBAFE
Tints of Mauve #ECBAFE
RGB
CMYK
RGB Variations
Color information
#ECBAFE (or 0xECBAFE) is known color: Mauve. HEX triplet: EC, BA and FE. RGB value is (236,186,254). Sum of RGB (Red+Green+Blue) = 236+186+254=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECBAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAFE is #134501. Grayscale: #D0D0D0. Windows color (decimal): -1262850 or 16693996. OLE color: 16693996.
HSL color Cylindrical-coordinate representation of color #ECBAFE: hue angle of 284.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECBAFE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 186 | 254 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.00 |
| HSL | 284.12º | 0.97% | 0.86% | - |
| HSV(B) | 284.12º | 0.27% | 1% | - |
| XYZ | 70.04 | 60.11 | 101.68 | - |
| YUV | 208.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 254 | 0.07 | 0.27 | 0 | 0.00 | 284.12 | 0.97 | 0.86 |
| Hex | EC | BA | FE | 7 | 1B | 0 | 0 | 11C | 61 | 56 |
| Octal | 354 | 272 | 376 | 7 | 33 | 0 | 0 | 434 | 141 | 126 |
| Binary | 11101100 | 10111010 | 11111110 | 111 | 11011 | 0 | 0 | 100011100 | 1100001 | 1010110 |
Color Harmonies of #ECBAFE
Complementary color
Monochromatic Colors of #ECBAFE
Black with #ECBAFE
Text Example
Text Example
White with #ECBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAFE; }
p { color: rgb(236,186,254); }
H1.HeaderClassName
{
color: #ECBAFE;
}
.AnyTagClassName
{
color: #ECBAFE;
}
</style>
background-color css
<style>
a { background-color: #ECBAFE; }
a { background-color: rgb(236,186,254); }
div.DivClassName
{
background-color: #ECBAFE;
}
.BgClassName
{
background-color: #ECBAFE;
}
</style>
border-color css
<style>
span { border-color: #ECBAFE; }
span { border-color: rgb(236,186,254); }
td.TdClassName
{
border-color: #ECBAFE;
}
.TagClassName
{
border-color: #ECBAFE;
}
</style>