Shades of Mauve #ECC5FE
Tints of Mauve #ECC5FE
RGB
CMYK
RGB Variations
Color information
#ECC5FE (or 0xECC5FE) is known color: Mauve. HEX triplet: EC, C5 and FE. RGB value is (236,197,254). Sum of RGB (Red+Green+Blue) = 236+197+254=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5FE is #133A01. Grayscale: #D6D6D6. Windows color (decimal): -1260034 or 16696812. OLE color: 16696812.
HSL color Cylindrical-coordinate representation of color #ECC5FE: hue angle of 281.05º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC5FE is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 197 | 254 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.00 |
| HSL | 281.05º | 0.97% | 0.88% | - |
| HSV(B) | 281.05º | 0.22% | 1% | - |
| XYZ | 72.45 | 64.92 | 102.48 | - |
| YUV | 215.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 254 | 0.07 | 0.22 | 0 | 0.00 | 281.05 | 0.97 | 0.88 |
| Hex | EC | C5 | FE | 7 | 16 | 0 | 0 | 119 | 61 | 58 |
| Octal | 354 | 305 | 376 | 7 | 26 | 0 | 0 | 431 | 141 | 130 |
| Binary | 11101100 | 11000101 | 11111110 | 111 | 10110 | 0 | 0 | 100011001 | 1100001 | 1011000 |
Color Harmonies of #ECC5FE
Complementary color
Monochromatic Colors of #ECC5FE
Black with #ECC5FE
Text Example
Text Example
White with #ECC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC5FE; }
p { color: rgb(236,197,254); }
H1.HeaderClassName
{
color: #ECC5FE;
}
.AnyTagClassName
{
color: #ECC5FE;
}
</style>
background-color css
<style>
a { background-color: #ECC5FE; }
a { background-color: rgb(236,197,254); }
div.DivClassName
{
background-color: #ECC5FE;
}
.BgClassName
{
background-color: #ECC5FE;
}
</style>
border-color css
<style>
span { border-color: #ECC5FE; }
span { border-color: rgb(236,197,254); }
td.TdClassName
{
border-color: #ECC5FE;
}
.TagClassName
{
border-color: #ECC5FE;
}
</style>