Shades of Mauve #ECC4FB
Tints of Mauve #ECC4FB
RGB
CMYK
RGB Variations
Color information
#ECC4FB (or 0xECC4FB) is known color: Mauve. HEX triplet: EC, C4 and FB. RGB value is (236,196,251). Sum of RGB (Red+Green+Blue) = 236+196+251=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 196 (76.95% from 255 or 28.70% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECC4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC4FB is #133B04. Grayscale: #D6D6D6. Windows color (decimal): -1260293 or 16499948. OLE color: 16499948.
HSL color Cylindrical-coordinate representation of color #ECC4FB: hue angle of 283.64º 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 #ECC4FB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 196 | 251 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.02 |
| HSL | 283.64º | 0.87% | 0.88% | - |
| HSV(B) | 283.64º | 0.22% | 0.98% | - |
| XYZ | 71.74 | 64.28 | 99.89 | - |
| YUV | 214.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 251 | 0.06 | 0.22 | 0 | 0.02 | 283.64 | 0.87 | 0.88 |
| Hex | EC | C4 | FB | 6 | 16 | 0 | 2 | 11C | 57 | 58 |
| Octal | 354 | 304 | 373 | 6 | 26 | 0 | 2 | 434 | 127 | 130 |
| Binary | 11101100 | 11000100 | 11111011 | 110 | 10110 | 0 | 10 | 100011100 | 1010111 | 1011000 |
Color Harmonies of #ECC4FB
Complementary color
Monochromatic Colors of #ECC4FB
Black with #ECC4FB
Text Example
Text Example
White with #ECC4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4FB; }
p { color: rgb(236,196,251); }
H1.HeaderClassName
{
color: #ECC4FB;
}
.AnyTagClassName
{
color: #ECC4FB;
}
</style>
background-color css
<style>
a { background-color: #ECC4FB; }
a { background-color: rgb(236,196,251); }
div.DivClassName
{
background-color: #ECC4FB;
}
.BgClassName
{
background-color: #ECC4FB;
}
</style>
border-color css
<style>
span { border-color: #ECC4FB; }
span { border-color: rgb(236,196,251); }
td.TdClassName
{
border-color: #ECC4FB;
}
.TagClassName
{
border-color: #ECC4FB;
}
</style>