Shades of Mauve #E7ADFF
Tints of Mauve #E7ADFF
RGB
CMYK
RGB Variations
Color information
#E7ADFF (or 0xE7ADFF) is known color: Mauve. HEX triplet: E7, AD and FF. RGB value is (231,173,255). Sum of RGB (Red+Green+Blue) = 231+173+255=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 173 (67.97% from 255 or 26.25% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADFF is #185200. Grayscale: #C7C7C7. Windows color (decimal): -1593857 or 16756199. OLE color: 16756199.
HSL color Cylindrical-coordinate representation of color #E7ADFF: hue angle of 282.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7ADFF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 173 | 255 | - |
| CMYK | 0.09 | 0.32 | 0 | 0 |
| HSL | 282.44º | 1% | 0.84% | - |
| HSV(B) | 282.44º | 0.32% | 1% | - |
| XYZ | 65.95 | 54.1 | 101.57 | - |
| YUV | 199.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 255 | 0.09 | 0.32 | 0 | 0 | 282.44 | 1 | 0.84 |
| Hex | E7 | AD | FF | 9 | 20 | 0 | 0 | 11A | 64 | 54 |
| Octal | 347 | 255 | 377 | 11 | 40 | 0 | 0 | 432 | 144 | 124 |
| Binary | 11100111 | 10101101 | 11111111 | 1001 | 100000 | 0 | 0 | 100011010 | 1100100 | 1010100 |
Color Harmonies of #E7ADFF
Complementary color
Monochromatic Colors of #E7ADFF
Black with #E7ADFF
Text Example
Text Example
White with #E7ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADFF; }
p { color: rgb(231,173,255); }
H1.HeaderClassName
{
color: #E7ADFF;
}
.AnyTagClassName
{
color: #E7ADFF;
}
</style>
background-color css
<style>
a { background-color: #E7ADFF; }
a { background-color: rgb(231,173,255); }
div.DivClassName
{
background-color: #E7ADFF;
}
.BgClassName
{
background-color: #E7ADFF;
}
</style>
border-color css
<style>
span { border-color: #E7ADFF; }
span { border-color: rgb(231,173,255); }
td.TdClassName
{
border-color: #E7ADFF;
}
.TagClassName
{
border-color: #E7ADFF;
}
</style>