Shades of Mauve #ECBAFD
Tints of Mauve #ECBAFD
RGB
CMYK
RGB Variations
Color information
#ECBAFD (or 0xECBAFD) is known color: Mauve. HEX triplet: EC, BA and FD. RGB value is (236,186,253). Sum of RGB (Red+Green+Blue) = 236+186+253=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAFD is #134502. Grayscale: #D0D0D0. Windows color (decimal): -1262851 or 16628460. OLE color: 16628460.
HSL color Cylindrical-coordinate representation of color #ECBAFD: hue angle of 284.78º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBAFD is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 186 | 253 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.01 |
| HSL | 284.78º | 0.94% | 0.86% | - |
| HSV(B) | 284.78º | 0.26% | 0.99% | - |
| XYZ | 69.88 | 60.04 | 100.83 | - |
| YUV | 208.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 253 | 0.07 | 0.26 | 0 | 0.01 | 284.78 | 0.94 | 0.86 |
| Hex | EC | BA | FD | 7 | 1A | 0 | 1 | 11D | 5E | 56 |
| Octal | 354 | 272 | 375 | 7 | 32 | 0 | 1 | 435 | 136 | 126 |
| Binary | 11101100 | 10111010 | 11111101 | 111 | 11010 | 0 | 1 | 100011101 | 1011110 | 1010110 |
Color Harmonies of #ECBAFD
Complementary color
Monochromatic Colors of #ECBAFD
Black with #ECBAFD
Text Example
Text Example
White with #ECBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAFD; }
p { color: rgb(236,186,253); }
H1.HeaderClassName
{
color: #ECBAFD;
}
.AnyTagClassName
{
color: #ECBAFD;
}
</style>
background-color css
<style>
a { background-color: #ECBAFD; }
a { background-color: rgb(236,186,253); }
div.DivClassName
{
background-color: #ECBAFD;
}
.BgClassName
{
background-color: #ECBAFD;
}
</style>
border-color css
<style>
span { border-color: #ECBAFD; }
span { border-color: rgb(236,186,253); }
td.TdClassName
{
border-color: #ECBAFD;
}
.TagClassName
{
border-color: #ECBAFD;
}
</style>