Shades of Mauve #ECC1FB
Tints of Mauve #ECC1FB
RGB
CMYK
RGB Variations
Color information
#ECC1FB (or 0xECC1FB) is known color: Mauve. HEX triplet: EC, C1 and FB. RGB value is (236,193,251). Sum of RGB (Red+Green+Blue) = 236+193+251=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 193 (75.78% from 255 or 28.38% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECC1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1FB is #133E04. Grayscale: #D4D4D4. Windows color (decimal): -1261061 or 16499180. OLE color: 16499180.
HSL color Cylindrical-coordinate representation of color #ECC1FB: hue angle of 284.48º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC1FB is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 193 | 251 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.02 |
| HSL | 284.48º | 0.88% | 0.87% | - |
| HSV(B) | 284.48º | 0.23% | 0.98% | - |
| XYZ | 71.07 | 62.94 | 99.67 | - |
| YUV | 212.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 251 | 0.06 | 0.23 | 0 | 0.02 | 284.48 | 0.88 | 0.87 |
| Hex | EC | C1 | FB | 6 | 17 | 0 | 2 | 11C | 58 | 57 |
| Octal | 354 | 301 | 373 | 6 | 27 | 0 | 2 | 434 | 130 | 127 |
| Binary | 11101100 | 11000001 | 11111011 | 110 | 10111 | 0 | 10 | 100011100 | 1011000 | 1010111 |
Color Harmonies of #ECC1FB
Complementary color
Monochromatic Colors of #ECC1FB
Black with #ECC1FB
Text Example
Text Example
White with #ECC1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1FB; }
p { color: rgb(236,193,251); }
H1.HeaderClassName
{
color: #ECC1FB;
}
.AnyTagClassName
{
color: #ECC1FB;
}
</style>
background-color css
<style>
a { background-color: #ECC1FB; }
a { background-color: rgb(236,193,251); }
div.DivClassName
{
background-color: #ECC1FB;
}
.BgClassName
{
background-color: #ECC1FB;
}
</style>
border-color css
<style>
span { border-color: #ECC1FB; }
span { border-color: rgb(236,193,251); }
td.TdClassName
{
border-color: #ECC1FB;
}
.TagClassName
{
border-color: #ECC1FB;
}
</style>