Shades of Mauve #ECC2FE
Tints of Mauve #ECC2FE
RGB
CMYK
RGB Variations
Color information
#ECC2FE (or 0xECC2FE) is known color: Mauve. HEX triplet: EC, C2 and FE. RGB value is (236,194,254). Sum of RGB (Red+Green+Blue) = 236+194+254=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECC2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2FE is #133D01. Grayscale: #D5D5D5. Windows color (decimal): -1260802 or 16696044. OLE color: 16696044.
HSL color Cylindrical-coordinate representation of color #ECC2FE: hue angle of 282º 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 #ECC2FE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 194 | 254 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.00 |
| HSL | 282º | 0.97% | 0.88% | - |
| HSV(B) | 282º | 0.24% | 1% | - |
| XYZ | 71.77 | 63.57 | 102.25 | - |
| YUV | 213.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 254 | 0.07 | 0.24 | 0 | 0.00 | 282 | 0.97 | 0.88 |
| Hex | EC | C2 | FE | 7 | 18 | 0 | 0 | 11A | 61 | 58 |
| Octal | 354 | 302 | 376 | 7 | 30 | 0 | 0 | 432 | 141 | 130 |
| Binary | 11101100 | 11000010 | 11111110 | 111 | 11000 | 0 | 0 | 100011010 | 1100001 | 1011000 |
Color Harmonies of #ECC2FE
Complementary color
Monochromatic Colors of #ECC2FE
Black with #ECC2FE
Text Example
Text Example
White with #ECC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2FE; }
p { color: rgb(236,194,254); }
H1.HeaderClassName
{
color: #ECC2FE;
}
.AnyTagClassName
{
color: #ECC2FE;
}
</style>
background-color css
<style>
a { background-color: #ECC2FE; }
a { background-color: rgb(236,194,254); }
div.DivClassName
{
background-color: #ECC2FE;
}
.BgClassName
{
background-color: #ECC2FE;
}
</style>
border-color css
<style>
span { border-color: #ECC2FE; }
span { border-color: rgb(236,194,254); }
td.TdClassName
{
border-color: #ECC2FE;
}
.TagClassName
{
border-color: #ECC2FE;
}
</style>