Shades of Mauve #E6C7FE
Tints of Mauve #E6C7FE
RGB
CMYK
RGB Variations
Color information
#E6C7FE (or 0xE6C7FE) is known color: Mauve. HEX triplet: E6, C7 and FE. RGB value is (230,199,254). Sum of RGB (Red+Green+Blue) = 230+199+254=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 199 (78.12% from 255 or 29.14% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6C7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C7FE is #193801. Grayscale: #D6D6D6. Windows color (decimal): -1652738 or 16697318. OLE color: 16697318.
HSL color Cylindrical-coordinate representation of color #E6C7FE: hue angle of 273.82º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6C7FE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 199 | 254 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.00 |
| HSL | 273.82º | 0.96% | 0.89% | - |
| HSV(B) | 273.82º | 0.22% | 1% | - |
| XYZ | 70.95 | 64.83 | 102.54 | - |
| YUV | 214.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 254 | 0.09 | 0.22 | 0 | 0.00 | 273.82 | 0.96 | 0.89 |
| Hex | E6 | C7 | FE | 9 | 16 | 0 | 0 | 112 | 60 | 59 |
| Octal | 346 | 307 | 376 | 11 | 26 | 0 | 0 | 422 | 140 | 131 |
| Binary | 11100110 | 11000111 | 11111110 | 1001 | 10110 | 0 | 0 | 100010010 | 1100000 | 1011001 |
Color Harmonies of #E6C7FE
Complementary color
Monochromatic Colors of #E6C7FE
Black with #E6C7FE
Text Example
Text Example
White with #E6C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7FE; }
p { color: rgb(230,199,254); }
H1.HeaderClassName
{
color: #E6C7FE;
}
.AnyTagClassName
{
color: #E6C7FE;
}
</style>
background-color css
<style>
a { background-color: #E6C7FE; }
a { background-color: rgb(230,199,254); }
div.DivClassName
{
background-color: #E6C7FE;
}
.BgClassName
{
background-color: #E6C7FE;
}
</style>
border-color css
<style>
span { border-color: #E6C7FE; }
span { border-color: rgb(230,199,254); }
td.TdClassName
{
border-color: #E6C7FE;
}
.TagClassName
{
border-color: #E6C7FE;
}
</style>