Shades of Mauve #E7ADFD
Tints of Mauve #E7ADFD
RGB
CMYK
RGB Variations
Color information
#E7ADFD (or 0xE7ADFD) is known color: Mauve. HEX triplet: E7, AD and FD. RGB value is (231,173,253). Sum of RGB (Red+Green+Blue) = 231+173+253=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADFD is #185202. Grayscale: #C7C7C7. Windows color (decimal): -1593859 or 16625127. OLE color: 16625127.
HSL color Cylindrical-coordinate representation of color #E7ADFD: hue angle of 283.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7ADFD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 173 | 253 | - |
CMYK | 0.09 | 0.32 | 0 | 0.01 |
HSL | 283.5º | 0.95% | 0.84% | - |
HSV(B) | 283.5º | 0.32% | 0.99% | - |
XYZ | 65.63 | 53.97 | 99.89 | - |
YUV | 199.46 | 158.22 | 150.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 173 | 253 | 0.09 | 0.32 | 0 | 0.01 | 283.5 | 0.95 | 0.84 |
Hex | E7 | AD | FD | 9 | 20 | 0 | 1 | 11C | 5F | 54 |
Octal | 347 | 255 | 375 | 11 | 40 | 0 | 1 | 434 | 137 | 124 |
Binary | 11100111 | 10101101 | 11111101 | 1001 | 100000 | 0 | 1 | 100011100 | 1011111 | 1010100 |
Color Harmonies of #E7ADFD
Complementary color
Monochromatic Colors of #E7ADFD
Black with #E7ADFD
Text Example
Text Example
White with #E7ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADFD; }
p { color: rgb(231,173,253); }
H1.HeaderClassName
{
color: #E7ADFD;
}
.AnyTagClassName
{
color: #E7ADFD;
}
</style>
background-color css
<style>
a { background-color: #E7ADFD; }
a { background-color: rgb(231,173,253); }
div.DivClassName
{
background-color: #E7ADFD;
}
.BgClassName
{
background-color: #E7ADFD;
}
</style>
border-color css
<style>
span { border-color: #E7ADFD; }
span { border-color: rgb(231,173,253); }
td.TdClassName
{
border-color: #E7ADFD;
}
.TagClassName
{
border-color: #E7ADFD;
}
</style>