Shades of Mauve #ECC1FE
Tints of Mauve #ECC1FE
RGB
CMYK
RGB Variations
Color information
#ECC1FE (or 0xECC1FE) is known color: Mauve. HEX triplet: EC, C1 and FE. RGB value is (236,193,254). Sum of RGB (Red+Green+Blue) = 236+193+254=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECC1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1FE is #133E01. Grayscale: #D4D4D4. Windows color (decimal): -1261058 or 16695788. OLE color: 16695788.
HSL color Cylindrical-coordinate representation of color #ECC1FE: hue angle of 282.3º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC1FE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 193 | 254 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.00 |
| HSL | 282.3º | 0.97% | 0.88% | - |
| HSV(B) | 282.3º | 0.24% | 1% | - |
| XYZ | 71.55 | 63.13 | 102.18 | - |
| YUV | 212.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 254 | 0.07 | 0.24 | 0 | 0.00 | 282.3 | 0.97 | 0.88 |
| Hex | EC | C1 | FE | 7 | 18 | 0 | 0 | 11A | 61 | 58 |
| Octal | 354 | 301 | 376 | 7 | 30 | 0 | 0 | 432 | 141 | 130 |
| Binary | 11101100 | 11000001 | 11111110 | 111 | 11000 | 0 | 0 | 100011010 | 1100001 | 1011000 |
Color Harmonies of #ECC1FE
Complementary color
Monochromatic Colors of #ECC1FE
Black with #ECC1FE
Text Example
Text Example
White with #ECC1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1FE; }
p { color: rgb(236,193,254); }
H1.HeaderClassName
{
color: #ECC1FE;
}
.AnyTagClassName
{
color: #ECC1FE;
}
</style>
background-color css
<style>
a { background-color: #ECC1FE; }
a { background-color: rgb(236,193,254); }
div.DivClassName
{
background-color: #ECC1FE;
}
.BgClassName
{
background-color: #ECC1FE;
}
</style>
border-color css
<style>
span { border-color: #ECC1FE; }
span { border-color: rgb(236,193,254); }
td.TdClassName
{
border-color: #ECC1FE;
}
.TagClassName
{
border-color: #ECC1FE;
}
</style>