Shades of Mauve #E7ADF8
Tints of Mauve #E7ADF8
RGB
CMYK
RGB Variations
Color information
#E7ADF8 (or 0xE7ADF8) is known color: Mauve. HEX triplet: E7, AD and F8. RGB value is (231,173,248). Sum of RGB (Red+Green+Blue) = 231+173+248=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #E7ADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADF8 is #185207. Grayscale: #C6C6C6. Windows color (decimal): -1593864 or 16297447. OLE color: 16297447.
HSL color Cylindrical-coordinate representation of color #E7ADF8: hue angle of 286.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7ADF8 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 173 | 248 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.03 |
| HSL | 286.4º | 0.84% | 0.83% | - |
| HSV(B) | 286.4º | 0.3% | 0.97% | - |
| XYZ | 64.84 | 53.65 | 95.75 | - |
| YUV | 198.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 248 | 0.07 | 0.30 | 0 | 0.03 | 286.4 | 0.84 | 0.83 |
| Hex | E7 | AD | F8 | 7 | 1E | 0 | 3 | 11E | 54 | 53 |
| Octal | 347 | 255 | 370 | 7 | 36 | 0 | 3 | 436 | 124 | 123 |
| Binary | 11100111 | 10101101 | 11111000 | 111 | 11110 | 0 | 11 | 100011110 | 1010100 | 1010011 |
Color Harmonies of #E7ADF8
Complementary color
Monochromatic Colors of #E7ADF8
Black with #E7ADF8
Text Example
Text Example
White with #E7ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADF8; }
p { color: rgb(231,173,248); }
H1.HeaderClassName
{
color: #E7ADF8;
}
.AnyTagClassName
{
color: #E7ADF8;
}
</style>
background-color css
<style>
a { background-color: #E7ADF8; }
a { background-color: rgb(231,173,248); }
div.DivClassName
{
background-color: #E7ADF8;
}
.BgClassName
{
background-color: #E7ADF8;
}
</style>
border-color css
<style>
span { border-color: #E7ADF8; }
span { border-color: rgb(231,173,248); }
td.TdClassName
{
border-color: #E7ADF8;
}
.TagClassName
{
border-color: #E7ADF8;
}
</style>