Shades of Mauve #E6C7FC
Tints of Mauve #E6C7FC
RGB
CMYK
RGB Variations
Color information
#E6C7FC (or 0xE6C7FC) is known color: Mauve. HEX triplet: E6, C7 and FC. RGB value is (230,199,252). Sum of RGB (Red+Green+Blue) = 230+199+252=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 199 (78.12% from 255 or 29.22% 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 #E6C7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C7FC is #193803. Grayscale: #D6D6D6. Windows color (decimal): -1652740 or 16566246. OLE color: 16566246.
HSL color Cylindrical-coordinate representation of color #E6C7FC: hue angle of 275.09º 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 #E6C7FC is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 199 | 252 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.01 |
| HSL | 275.09º | 0.9% | 0.88% | - |
| HSV(B) | 275.09º | 0.21% | 0.99% | - |
| XYZ | 70.63 | 64.7 | 100.86 | - |
| YUV | 214.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 252 | 0.09 | 0.21 | 0 | 0.01 | 275.09 | 0.9 | 0.88 |
| Hex | E6 | C7 | FC | 9 | 15 | 0 | 1 | 113 | 5A | 58 |
| Octal | 346 | 307 | 374 | 11 | 25 | 0 | 1 | 423 | 132 | 130 |
| Binary | 11100110 | 11000111 | 11111100 | 1001 | 10101 | 0 | 1 | 100010011 | 1011010 | 1011000 |
Color Harmonies of #E6C7FC
Complementary color
Monochromatic Colors of #E6C7FC
Black with #E6C7FC
Text Example
Text Example
White with #E6C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7FC; }
p { color: rgb(230,199,252); }
H1.HeaderClassName
{
color: #E6C7FC;
}
.AnyTagClassName
{
color: #E6C7FC;
}
</style>
background-color css
<style>
a { background-color: #E6C7FC; }
a { background-color: rgb(230,199,252); }
div.DivClassName
{
background-color: #E6C7FC;
}
.BgClassName
{
background-color: #E6C7FC;
}
</style>
border-color css
<style>
span { border-color: #E6C7FC; }
span { border-color: rgb(230,199,252); }
td.TdClassName
{
border-color: #E6C7FC;
}
.TagClassName
{
border-color: #E6C7FC;
}
</style>