Shades of Mauve #E7BDF0
Tints of Mauve #E7BDF0
RGB
CMYK
RGB Variations
Color information
#E7BDF0 (or 0xE7BDF0) is known color: Mauve. HEX triplet: E7, BD and F0. RGB value is (231,189,240). Sum of RGB (Red+Green+Blue) = 231+189+240=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7BDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDF0 is #18420F. Grayscale: #CFCFCF. Windows color (decimal): -1589776 or 15777255. OLE color: 15777255.
HSL color Cylindrical-coordinate representation of color #E7BDF0: hue angle of 289.41º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7BDF0 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 189 | 240 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.06 |
| HSL | 289.41º | 0.63% | 0.84% | - |
| HSV(B) | 289.41º | 0.21% | 0.94% | - |
| XYZ | 66.88 | 59.68 | 90.43 | - |
| YUV | 207.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 240 | 0.04 | 0.21 | 0 | 0.06 | 289.41 | 0.63 | 0.84 |
| Hex | E7 | BD | F0 | 4 | 15 | 0 | 6 | 121 | 3F | 54 |
| Octal | 347 | 275 | 360 | 4 | 25 | 0 | 6 | 441 | 77 | 124 |
| Binary | 11100111 | 10111101 | 11110000 | 100 | 10101 | 0 | 110 | 100100001 | 111111 | 1010100 |
Color Harmonies of #E7BDF0
Complementary color
Monochromatic Colors of #E7BDF0
Black with #E7BDF0
Text Example
Text Example
White with #E7BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDF0; }
p { color: rgb(231,189,240); }
H1.HeaderClassName
{
color: #E7BDF0;
}
.AnyTagClassName
{
color: #E7BDF0;
}
</style>
background-color css
<style>
a { background-color: #E7BDF0; }
a { background-color: rgb(231,189,240); }
div.DivClassName
{
background-color: #E7BDF0;
}
.BgClassName
{
background-color: #E7BDF0;
}
</style>
border-color css
<style>
span { border-color: #E7BDF0; }
span { border-color: rgb(231,189,240); }
td.TdClassName
{
border-color: #E7BDF0;
}
.TagClassName
{
border-color: #E7BDF0;
}
</style>