Shades of Mauve #E7ADFC
Tints of Mauve #E7ADFC
RGB
CMYK
RGB Variations
Color information
#E7ADFC (or 0xE7ADFC) is known color: Mauve. HEX triplet: E7, AD and FC. RGB value is (231,173,252). Sum of RGB (Red+Green+Blue) = 231+173+252=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7ADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADFC is #185203. Grayscale: #C7C7C7. Windows color (decimal): -1593860 or 16559591. OLE color: 16559591.
HSL color Cylindrical-coordinate representation of color #E7ADFC: hue angle of 284.05º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7ADFC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 173 | 252 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.01 |
| HSL | 284.05º | 0.93% | 0.83% | - |
| HSV(B) | 284.05º | 0.31% | 0.99% | - |
| XYZ | 65.47 | 53.9 | 99.05 | - |
| YUV | 199.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 252 | 0.08 | 0.31 | 0 | 0.01 | 284.05 | 0.93 | 0.83 |
| Hex | E7 | AD | FC | 8 | 1F | 0 | 1 | 11C | 5D | 53 |
| Octal | 347 | 255 | 374 | 10 | 37 | 0 | 1 | 434 | 135 | 123 |
| Binary | 11100111 | 10101101 | 11111100 | 1000 | 11111 | 0 | 1 | 100011100 | 1011101 | 1010011 |
Color Harmonies of #E7ADFC
Complementary color
Monochromatic Colors of #E7ADFC
Black with #E7ADFC
Text Example
Text Example
White with #E7ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADFC; }
p { color: rgb(231,173,252); }
H1.HeaderClassName
{
color: #E7ADFC;
}
.AnyTagClassName
{
color: #E7ADFC;
}
</style>
background-color css
<style>
a { background-color: #E7ADFC; }
a { background-color: rgb(231,173,252); }
div.DivClassName
{
background-color: #E7ADFC;
}
.BgClassName
{
background-color: #E7ADFC;
}
</style>
border-color css
<style>
span { border-color: #E7ADFC; }
span { border-color: rgb(231,173,252); }
td.TdClassName
{
border-color: #E7ADFC;
}
.TagClassName
{
border-color: #E7ADFC;
}
</style>