Shades of Mauve #ECC7FF
Tints of Mauve #ECC7FF
RGB
CMYK
RGB Variations
Color information
#ECC7FF (or 0xECC7FF) is known color: Mauve. HEX triplet: EC, C7 and FF. RGB value is (236,199,255). Sum of RGB (Red+Green+Blue) = 236+199+255=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 199 (78.12% from 255 or 28.84% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECC7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC7FF is #133800. Grayscale: #D8D8D8. Windows color (decimal): -1259521 or 16762860. OLE color: 16762860.
HSL color Cylindrical-coordinate representation of color #ECC7FF: hue angle of 279.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECC7FF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 199 | 255 | - |
| CMYK | 0.07 | 0.22 | 0 | 0 |
| HSL | 279.64º | 1% | 0.89% | - |
| HSV(B) | 279.64º | 0.22% | 1% | - |
| XYZ | 73.07 | 65.9 | 103.48 | - |
| YUV | 216.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 255 | 0.07 | 0.22 | 0 | 0 | 279.64 | 1 | 0.89 |
| Hex | EC | C7 | FF | 7 | 16 | 0 | 0 | 118 | 64 | 59 |
| Octal | 354 | 307 | 377 | 7 | 26 | 0 | 0 | 430 | 144 | 131 |
| Binary | 11101100 | 11000111 | 11111111 | 111 | 10110 | 0 | 0 | 100011000 | 1100100 | 1011001 |
Color Harmonies of #ECC7FF
Complementary color
Monochromatic Colors of #ECC7FF
Black with #ECC7FF
Text Example
Text Example
White with #ECC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7FF; }
p { color: rgb(236,199,255); }
H1.HeaderClassName
{
color: #ECC7FF;
}
.AnyTagClassName
{
color: #ECC7FF;
}
</style>
background-color css
<style>
a { background-color: #ECC7FF; }
a { background-color: rgb(236,199,255); }
div.DivClassName
{
background-color: #ECC7FF;
}
.BgClassName
{
background-color: #ECC7FF;
}
</style>
border-color css
<style>
span { border-color: #ECC7FF; }
span { border-color: rgb(236,199,255); }
td.TdClassName
{
border-color: #ECC7FF;
}
.TagClassName
{
border-color: #ECC7FF;
}
</style>