Shades of Mauve #E7C6FC
Tints of Mauve #E7C6FC
RGB
CMYK
RGB Variations
Color information
#E7C6FC (or 0xE7C6FC) is known color: Mauve. HEX triplet: E7, C6 and FC. RGB value is (231,198,252). Sum of RGB (Red+Green+Blue) = 231+198+252=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7C6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C6FC is #183903. Grayscale: #D5D5D5. Windows color (decimal): -1587460 or 16565991. OLE color: 16565991.
HSL color Cylindrical-coordinate representation of color #E7C6FC: hue angle of 276.67º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7C6FC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 198 | 252 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.01 |
| HSL | 276.67º | 0.9% | 0.88% | - |
| HSV(B) | 276.67º | 0.21% | 0.99% | - |
| XYZ | 70.72 | 64.41 | 100.8 | - |
| YUV | 214.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 252 | 0.08 | 0.21 | 0 | 0.01 | 276.67 | 0.9 | 0.88 |
| Hex | E7 | C6 | FC | 8 | 15 | 0 | 1 | 115 | 5A | 58 |
| Octal | 347 | 306 | 374 | 10 | 25 | 0 | 1 | 425 | 132 | 130 |
| Binary | 11100111 | 11000110 | 11111100 | 1000 | 10101 | 0 | 1 | 100010101 | 1011010 | 1011000 |
Color Harmonies of #E7C6FC
Complementary color
Monochromatic Colors of #E7C6FC
Black with #E7C6FC
Text Example
Text Example
White with #E7C6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C6FC; }
p { color: rgb(231,198,252); }
H1.HeaderClassName
{
color: #E7C6FC;
}
.AnyTagClassName
{
color: #E7C6FC;
}
</style>
background-color css
<style>
a { background-color: #E7C6FC; }
a { background-color: rgb(231,198,252); }
div.DivClassName
{
background-color: #E7C6FC;
}
.BgClassName
{
background-color: #E7C6FC;
}
</style>
border-color css
<style>
span { border-color: #E7C6FC; }
span { border-color: rgb(231,198,252); }
td.TdClassName
{
border-color: #E7C6FC;
}
.TagClassName
{
border-color: #E7C6FC;
}
</style>