Shades of Mauve #ECBBFC
Tints of Mauve #ECBBFC
RGB
CMYK
RGB Variations
Color information
#ECBBFC (or 0xECBBFC) is known color: Mauve. HEX triplet: EC, BB and FC. RGB value is (236,187,252). Sum of RGB (Red+Green+Blue) = 236+187+252=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECBBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBBFC is #134403. Grayscale: #D0D0D0. Windows color (decimal): -1262596 or 16563180. OLE color: 16563180.
HSL color Cylindrical-coordinate representation of color #ECBBFC: hue angle of 285.23º degrees, saturation: 0.92, 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 #ECBBFC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 187 | 252 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.01 |
| HSL | 285.23º | 0.92% | 0.86% | - |
| HSV(B) | 285.23º | 0.26% | 0.99% | - |
| XYZ | 69.93 | 60.4 | 100.07 | - |
| YUV | 209.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 252 | 0.06 | 0.26 | 0 | 0.01 | 285.23 | 0.92 | 0.86 |
| Hex | EC | BB | FC | 6 | 1A | 0 | 1 | 11D | 5C | 56 |
| Octal | 354 | 273 | 374 | 6 | 32 | 0 | 1 | 435 | 134 | 126 |
| Binary | 11101100 | 10111011 | 11111100 | 110 | 11010 | 0 | 1 | 100011101 | 1011100 | 1010110 |
Color Harmonies of #ECBBFC
Complementary color
Monochromatic Colors of #ECBBFC
Black with #ECBBFC
Text Example
Text Example
White with #ECBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBBFC; }
p { color: rgb(236,187,252); }
H1.HeaderClassName
{
color: #ECBBFC;
}
.AnyTagClassName
{
color: #ECBBFC;
}
</style>
background-color css
<style>
a { background-color: #ECBBFC; }
a { background-color: rgb(236,187,252); }
div.DivClassName
{
background-color: #ECBBFC;
}
.BgClassName
{
background-color: #ECBBFC;
}
</style>
border-color css
<style>
span { border-color: #ECBBFC; }
span { border-color: rgb(236,187,252); }
td.TdClassName
{
border-color: #ECBBFC;
}
.TagClassName
{
border-color: #ECBBFC;
}
</style>