Shades of Mauve #E7B8FD
Tints of Mauve #E7B8FD
RGB
CMYK
RGB Variations
Color information
#E7B8FD (or 0xE7B8FD) is known color: Mauve. HEX triplet: E7, B8 and FD. RGB value is (231,184,253). Sum of RGB (Red+Green+Blue) = 231+184+253=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 184 (72.27% from 255 or 27.54% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7B8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B8FD is #184702. Grayscale: #CDCDCD. Windows color (decimal): -1591043 or 16627943. OLE color: 16627943.
HSL color Cylindrical-coordinate representation of color #E7B8FD: hue angle of 280.87º degrees, saturation: 0.95, 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 #E7B8FD is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 184 | 253 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.01 |
| HSL | 280.87º | 0.95% | 0.86% | - |
| HSV(B) | 280.87º | 0.27% | 0.99% | - |
| XYZ | 67.83 | 58.36 | 100.62 | - |
| YUV | 205.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 253 | 0.09 | 0.27 | 0 | 0.01 | 280.87 | 0.95 | 0.86 |
| Hex | E7 | B8 | FD | 9 | 1B | 0 | 1 | 119 | 5F | 56 |
| Octal | 347 | 270 | 375 | 11 | 33 | 0 | 1 | 431 | 137 | 126 |
| Binary | 11100111 | 10111000 | 11111101 | 1001 | 11011 | 0 | 1 | 100011001 | 1011111 | 1010110 |
Color Harmonies of #E7B8FD
Complementary color
Monochromatic Colors of #E7B8FD
Black with #E7B8FD
Text Example
Text Example
White with #E7B8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B8FD; }
p { color: rgb(231,184,253); }
H1.HeaderClassName
{
color: #E7B8FD;
}
.AnyTagClassName
{
color: #E7B8FD;
}
</style>
background-color css
<style>
a { background-color: #E7B8FD; }
a { background-color: rgb(231,184,253); }
div.DivClassName
{
background-color: #E7B8FD;
}
.BgClassName
{
background-color: #E7B8FD;
}
</style>
border-color css
<style>
span { border-color: #E7B8FD; }
span { border-color: rgb(231,184,253); }
td.TdClassName
{
border-color: #E7B8FD;
}
.TagClassName
{
border-color: #E7B8FD;
}
</style>