Shades of Mauve #E7BDF9
Tints of Mauve #E7BDF9
RGB
CMYK
RGB Variations
Color information
#E7BDF9 (or 0xE7BDF9) is known color: Mauve. HEX triplet: E7, BD and F9. RGB value is (231,189,249). Sum of RGB (Red+Green+Blue) = 231+189+249=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7BDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDF9 is #184206. Grayscale: #D0D0D0. Windows color (decimal): -1589767 or 16367079. OLE color: 16367079.
HSL color Cylindrical-coordinate representation of color #E7BDF9: hue angle of 282º degrees, saturation: 0.83, 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 #E7BDF9 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 189 | 249 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.02 |
| HSL | 282º | 0.83% | 0.86% | - |
| HSV(B) | 282º | 0.24% | 0.98% | - |
| XYZ | 68.25 | 60.22 | 97.65 | - |
| YUV | 208.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 249 | 0.07 | 0.24 | 0 | 0.02 | 282 | 0.83 | 0.86 |
| Hex | E7 | BD | F9 | 7 | 18 | 0 | 2 | 11A | 53 | 56 |
| Octal | 347 | 275 | 371 | 7 | 30 | 0 | 2 | 432 | 123 | 126 |
| Binary | 11100111 | 10111101 | 11111001 | 111 | 11000 | 0 | 10 | 100011010 | 1010011 | 1010110 |
Color Harmonies of #E7BDF9
Complementary color
Monochromatic Colors of #E7BDF9
Black with #E7BDF9
Text Example
Text Example
White with #E7BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDF9; }
p { color: rgb(231,189,249); }
H1.HeaderClassName
{
color: #E7BDF9;
}
.AnyTagClassName
{
color: #E7BDF9;
}
</style>
background-color css
<style>
a { background-color: #E7BDF9; }
a { background-color: rgb(231,189,249); }
div.DivClassName
{
background-color: #E7BDF9;
}
.BgClassName
{
background-color: #E7BDF9;
}
</style>
border-color css
<style>
span { border-color: #E7BDF9; }
span { border-color: rgb(231,189,249); }
td.TdClassName
{
border-color: #E7BDF9;
}
.TagClassName
{
border-color: #E7BDF9;
}
</style>