Shades of Mauve #ECBAFB
Tints of Mauve #ECBAFB
RGB
CMYK
RGB Variations
Color information
#ECBAFB (or 0xECBAFB) is known color: Mauve. HEX triplet: EC, BA and FB. RGB value is (236,186,251). Sum of RGB (Red+Green+Blue) = 236+186+251=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECBAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAFB is #134504. Grayscale: #D0D0D0. Windows color (decimal): -1262853 or 16497388. OLE color: 16497388.
HSL color Cylindrical-coordinate representation of color #ECBAFB: hue angle of 286.15º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBAFB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 186 | 251 | - |
CMYK | 0.06 | 0.26 | 0 | 0.02 |
HSL | 286.15º | 0.89% | 0.86% | - |
HSV(B) | 286.15º | 0.26% | 0.98% | - |
XYZ | 69.56 | 59.92 | 99.17 | - |
YUV | 208.36 | 152.07 | 147.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 186 | 251 | 0.06 | 0.26 | 0 | 0.02 | 286.15 | 0.89 | 0.86 |
Hex | EC | BA | FB | 6 | 1A | 0 | 2 | 11E | 59 | 56 |
Octal | 354 | 272 | 373 | 6 | 32 | 0 | 2 | 436 | 131 | 126 |
Binary | 11101100 | 10111010 | 11111011 | 110 | 11010 | 0 | 10 | 100011110 | 1011001 | 1010110 |
Color Harmonies of #ECBAFB
Complementary color
Monochromatic Colors of #ECBAFB
Black with #ECBAFB
Text Example
Text Example
White with #ECBAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAFB; }
p { color: rgb(236,186,251); }
H1.HeaderClassName
{
color: #ECBAFB;
}
.AnyTagClassName
{
color: #ECBAFB;
}
</style>
background-color css
<style>
a { background-color: #ECBAFB; }
a { background-color: rgb(236,186,251); }
div.DivClassName
{
background-color: #ECBAFB;
}
.BgClassName
{
background-color: #ECBAFB;
}
</style>
border-color css
<style>
span { border-color: #ECBAFB; }
span { border-color: rgb(236,186,251); }
td.TdClassName
{
border-color: #ECBAFB;
}
.TagClassName
{
border-color: #ECBAFB;
}
</style>