Shades of Mauve #ECC2FF
Tints of Mauve #ECC2FF
RGB
CMYK
RGB Variations
Color information
#ECC2FF (or 0xECC2FF) is known color: Mauve. HEX triplet: EC, C2 and FF. RGB value is (236,194,255). Sum of RGB (Red+Green+Blue) = 236+194+255=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 194 (76.17% from 255 or 28.32% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2FF is #133D00. Grayscale: #D5D5D5. Windows color (decimal): -1260801 or 16761580. OLE color: 16761580.
HSL color Cylindrical-coordinate representation of color #ECC2FF: hue angle of 281.31º 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 #ECC2FF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 194 | 255 | - |
| CMYK | 0.07 | 0.24 | 0 | 0 |
| HSL | 281.31º | 1% | 0.88% | - |
| HSV(B) | 281.31º | 0.24% | 1% | - |
| XYZ | 71.93 | 63.64 | 103.1 | - |
| YUV | 213.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 255 | 0.07 | 0.24 | 0 | 0 | 281.31 | 1 | 0.88 |
| Hex | EC | C2 | FF | 7 | 18 | 0 | 0 | 119 | 64 | 58 |
| Octal | 354 | 302 | 377 | 7 | 30 | 0 | 0 | 431 | 144 | 130 |
| Binary | 11101100 | 11000010 | 11111111 | 111 | 11000 | 0 | 0 | 100011001 | 1100100 | 1011000 |
Color Harmonies of #ECC2FF
Complementary color
Monochromatic Colors of #ECC2FF
Black with #ECC2FF
Text Example
Text Example
White with #ECC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2FF; }
p { color: rgb(236,194,255); }
H1.HeaderClassName
{
color: #ECC2FF;
}
.AnyTagClassName
{
color: #ECC2FF;
}
</style>
background-color css
<style>
a { background-color: #ECC2FF; }
a { background-color: rgb(236,194,255); }
div.DivClassName
{
background-color: #ECC2FF;
}
.BgClassName
{
background-color: #ECC2FF;
}
</style>
border-color css
<style>
span { border-color: #ECC2FF; }
span { border-color: rgb(236,194,255); }
td.TdClassName
{
border-color: #ECC2FF;
}
.TagClassName
{
border-color: #ECC2FF;
}
</style>