Shades of Mauve #E7BDFA
Tints of Mauve #E7BDFA
RGB
CMYK
RGB Variations
Color information
#E7BDFA (or 0xE7BDFA) is known color: Mauve. HEX triplet: E7, BD and FA. RGB value is (231,189,250). Sum of RGB (Red+Green+Blue) = 231+189+250=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7BDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDFA is #184205. Grayscale: #D0D0D0. Windows color (decimal): -1589766 or 16432615. OLE color: 16432615.
HSL color Cylindrical-coordinate representation of color #E7BDFA: hue angle of 281.31º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7BDFA is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 189 | 250 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.02 |
| HSL | 281.31º | 0.86% | 0.86% | - |
| HSV(B) | 281.31º | 0.24% | 0.98% | - |
| XYZ | 68.41 | 60.29 | 98.47 | - |
| YUV | 208.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 250 | 0.08 | 0.24 | 0 | 0.02 | 281.31 | 0.86 | 0.86 |
| Hex | E7 | BD | FA | 8 | 18 | 0 | 2 | 119 | 56 | 56 |
| Octal | 347 | 275 | 372 | 10 | 30 | 0 | 2 | 431 | 126 | 126 |
| Binary | 11100111 | 10111101 | 11111010 | 1000 | 11000 | 0 | 10 | 100011001 | 1010110 | 1010110 |
Color Harmonies of #E7BDFA
Complementary color
Monochromatic Colors of #E7BDFA
Black with #E7BDFA
Text Example
Text Example
White with #E7BDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDFA; }
p { color: rgb(231,189,250); }
H1.HeaderClassName
{
color: #E7BDFA;
}
.AnyTagClassName
{
color: #E7BDFA;
}
</style>
background-color css
<style>
a { background-color: #E7BDFA; }
a { background-color: rgb(231,189,250); }
div.DivClassName
{
background-color: #E7BDFA;
}
.BgClassName
{
background-color: #E7BDFA;
}
</style>
border-color css
<style>
span { border-color: #E7BDFA; }
span { border-color: rgb(231,189,250); }
td.TdClassName
{
border-color: #E7BDFA;
}
.TagClassName
{
border-color: #E7BDFA;
}
</style>