Shades of Mauve #ECC1FF
Tints of Mauve #ECC1FF
RGB
CMYK
RGB Variations
Color information
#ECC1FF (or 0xECC1FF) is known color: Mauve. HEX triplet: EC, C1 and FF. RGB value is (236,193,255). Sum of RGB (Red+Green+Blue) = 236+193+255=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 193 (75.78% from 255 or 28.22% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1FF is #133E00. Grayscale: #D4D4D4. Windows color (decimal): -1261057 or 16761324. OLE color: 16761324.
HSL color Cylindrical-coordinate representation of color #ECC1FF: hue angle of 281.61º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC1FF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 193 | 255 | - |
| CMYK | 0.07 | 0.24 | 0 | 0 |
| HSL | 281.61º | 1% | 0.88% | - |
| HSV(B) | 281.61º | 0.24% | 1% | - |
| XYZ | 71.71 | 63.19 | 103.03 | - |
| YUV | 212.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 255 | 0.07 | 0.24 | 0 | 0 | 281.61 | 1 | 0.88 |
| Hex | EC | C1 | FF | 7 | 18 | 0 | 0 | 11A | 64 | 58 |
| Octal | 354 | 301 | 377 | 7 | 30 | 0 | 0 | 432 | 144 | 130 |
| Binary | 11101100 | 11000001 | 11111111 | 111 | 11000 | 0 | 0 | 100011010 | 1100100 | 1011000 |
Color Harmonies of #ECC1FF
Complementary color
Monochromatic Colors of #ECC1FF
Black with #ECC1FF
Text Example
Text Example
White with #ECC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1FF; }
p { color: rgb(236,193,255); }
H1.HeaderClassName
{
color: #ECC1FF;
}
.AnyTagClassName
{
color: #ECC1FF;
}
</style>
background-color css
<style>
a { background-color: #ECC1FF; }
a { background-color: rgb(236,193,255); }
div.DivClassName
{
background-color: #ECC1FF;
}
.BgClassName
{
background-color: #ECC1FF;
}
</style>
border-color css
<style>
span { border-color: #ECC1FF; }
span { border-color: rgb(236,193,255); }
td.TdClassName
{
border-color: #ECC1FF;
}
.TagClassName
{
border-color: #ECC1FF;
}
</style>