Shades of Mauve #ECC5FB
Tints of Mauve #ECC5FB
RGB
CMYK
RGB Variations
Color information
#ECC5FB (or 0xECC5FB) is known color: Mauve. HEX triplet: EC, C5 and FB. RGB value is (236,197,251). Sum of RGB (Red+Green+Blue) = 236+197+251=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 197 (77.34% from 255 or 28.80% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5FB is #133A04. Grayscale: #D6D6D6. Windows color (decimal): -1260037 or 16500204. OLE color: 16500204.
HSL color Cylindrical-coordinate representation of color #ECC5FB: hue angle of 283.33º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC5FB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 197 | 251 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.02 |
| HSL | 283.33º | 0.87% | 0.88% | - |
| HSV(B) | 283.33º | 0.22% | 0.98% | - |
| XYZ | 71.97 | 64.73 | 99.97 | - |
| YUV | 214.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 251 | 0.06 | 0.22 | 0 | 0.02 | 283.33 | 0.87 | 0.88 |
| Hex | EC | C5 | FB | 6 | 16 | 0 | 2 | 11B | 57 | 58 |
| Octal | 354 | 305 | 373 | 6 | 26 | 0 | 2 | 433 | 127 | 130 |
| Binary | 11101100 | 11000101 | 11111011 | 110 | 10110 | 0 | 10 | 100011011 | 1010111 | 1011000 |
Color Harmonies of #ECC5FB
Complementary color
Monochromatic Colors of #ECC5FB
Black with #ECC5FB
Text Example
Text Example
White with #ECC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5FB; }
p { color: rgb(236,197,251); }
H1.HeaderClassName
{
color: #ECC5FB;
}
.AnyTagClassName
{
color: #ECC5FB;
}
</style>
background-color css
<style>
a { background-color: #ECC5FB; }
a { background-color: rgb(236,197,251); }
div.DivClassName
{
background-color: #ECC5FB;
}
.BgClassName
{
background-color: #ECC5FB;
}
</style>
border-color css
<style>
span { border-color: #ECC5FB; }
span { border-color: rgb(236,197,251); }
td.TdClassName
{
border-color: #ECC5FB;
}
.TagClassName
{
border-color: #ECC5FB;
}
</style>