Shades of Mauve #E6C7FF
Tints of Mauve #E6C7FF
RGB
CMYK
RGB Variations
Color information
#E6C7FF (or 0xE6C7FF) is known color: Mauve. HEX triplet: E6, C7 and FF. RGB value is (230,199,255). Sum of RGB (Red+Green+Blue) = 230+199+255=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 199 (78.12% from 255 or 29.09% 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 #E6C7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C7FF is #193800. Grayscale: #D6D6D6. Windows color (decimal): -1652737 or 16762854. OLE color: 16762854.
HSL color Cylindrical-coordinate representation of color #E6C7FF: hue angle of 273.21º 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 #E6C7FF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 199 | 255 | - |
| CMYK | 0.10 | 0.22 | 0 | 0 |
| HSL | 273.21º | 1% | 0.89% | - |
| HSV(B) | 273.21º | 0.22% | 1% | - |
| XYZ | 71.11 | 64.89 | 103.39 | - |
| YUV | 214.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 255 | 0.10 | 0.22 | 0 | 0 | 273.21 | 1 | 0.89 |
| Hex | E6 | C7 | FF | A | 16 | 0 | 0 | 111 | 64 | 59 |
| Octal | 346 | 307 | 377 | 12 | 26 | 0 | 0 | 421 | 144 | 131 |
| Binary | 11100110 | 11000111 | 11111111 | 1010 | 10110 | 0 | 0 | 100010001 | 1100100 | 1011001 |
Color Harmonies of #E6C7FF
Complementary color
Monochromatic Colors of #E6C7FF
Black with #E6C7FF
Text Example
Text Example
White with #E6C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7FF; }
p { color: rgb(230,199,255); }
H1.HeaderClassName
{
color: #E6C7FF;
}
.AnyTagClassName
{
color: #E6C7FF;
}
</style>
background-color css
<style>
a { background-color: #E6C7FF; }
a { background-color: rgb(230,199,255); }
div.DivClassName
{
background-color: #E6C7FF;
}
.BgClassName
{
background-color: #E6C7FF;
}
</style>
border-color css
<style>
span { border-color: #E6C7FF; }
span { border-color: rgb(230,199,255); }
td.TdClassName
{
border-color: #E6C7FF;
}
.TagClassName
{
border-color: #E6C7FF;
}
</style>