Shades of Mauve #E7B9FD
Tints of Mauve #E7B9FD
RGB
CMYK
RGB Variations
Color information
#E7B9FD (or 0xE7B9FD) is known color: Mauve. HEX triplet: E7, B9 and FD. RGB value is (231,185,253). Sum of RGB (Red+Green+Blue) = 231+185+253=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7B9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B9FD is #184602. Grayscale: #CECECE. Windows color (decimal): -1590787 or 16628199. OLE color: 16628199.
HSL color Cylindrical-coordinate representation of color #E7B9FD: hue angle of 280.59º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7B9FD is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 185 | 253 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.01 |
| HSL | 280.59º | 0.94% | 0.86% | - |
| HSV(B) | 280.59º | 0.27% | 0.99% | - |
| XYZ | 68.03 | 58.78 | 100.69 | - |
| YUV | 206.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 253 | 0.09 | 0.27 | 0 | 0.01 | 280.59 | 0.94 | 0.86 |
| Hex | E7 | B9 | FD | 9 | 1B | 0 | 1 | 119 | 5E | 56 |
| Octal | 347 | 271 | 375 | 11 | 33 | 0 | 1 | 431 | 136 | 126 |
| Binary | 11100111 | 10111001 | 11111101 | 1001 | 11011 | 0 | 1 | 100011001 | 1011110 | 1010110 |
Color Harmonies of #E7B9FD
Complementary color
Monochromatic Colors of #E7B9FD
Black with #E7B9FD
Text Example
Text Example
White with #E7B9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9FD; }
p { color: rgb(231,185,253); }
H1.HeaderClassName
{
color: #E7B9FD;
}
.AnyTagClassName
{
color: #E7B9FD;
}
</style>
background-color css
<style>
a { background-color: #E7B9FD; }
a { background-color: rgb(231,185,253); }
div.DivClassName
{
background-color: #E7B9FD;
}
.BgClassName
{
background-color: #E7B9FD;
}
</style>
border-color css
<style>
span { border-color: #E7B9FD; }
span { border-color: rgb(231,185,253); }
td.TdClassName
{
border-color: #E7B9FD;
}
.TagClassName
{
border-color: #E7B9FD;
}
</style>