Shades of Mauve #E8BDF7
Tints of Mauve #E8BDF7
RGB
CMYK
RGB Variations
Color information
#E8BDF7 (or 0xE8BDF7) is known color: Mauve. HEX triplet: E8, BD and F7. RGB value is (232,189,247). Sum of RGB (Red+Green+Blue) = 232+189+247=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #E8BDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDF7 is #174208. Grayscale: #D0D0D0. Windows color (decimal): -1524233 or 16236008. OLE color: 16236008.
HSL color Cylindrical-coordinate representation of color #E8BDF7: hue angle of 284.48º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8BDF7 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 189 | 247 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.03 |
| HSL | 284.48º | 0.78% | 0.85% | - |
| HSV(B) | 284.48º | 0.23% | 0.97% | - |
| XYZ | 68.26 | 60.27 | 96.03 | - |
| YUV | 208.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 247 | 0.06 | 0.23 | 0 | 0.03 | 284.48 | 0.78 | 0.85 |
| Hex | E8 | BD | F7 | 6 | 17 | 0 | 3 | 11C | 4E | 55 |
| Octal | 350 | 275 | 367 | 6 | 27 | 0 | 3 | 434 | 116 | 125 |
| Binary | 11101000 | 10111101 | 11110111 | 110 | 10111 | 0 | 11 | 100011100 | 1001110 | 1010101 |
Color Harmonies of #E8BDF7
Complementary color
Monochromatic Colors of #E8BDF7
Black with #E8BDF7
Text Example
Text Example
White with #E8BDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDF7; }
p { color: rgb(232,189,247); }
H1.HeaderClassName
{
color: #E8BDF7;
}
.AnyTagClassName
{
color: #E8BDF7;
}
</style>
background-color css
<style>
a { background-color: #E8BDF7; }
a { background-color: rgb(232,189,247); }
div.DivClassName
{
background-color: #E8BDF7;
}
.BgClassName
{
background-color: #E8BDF7;
}
</style>
border-color css
<style>
span { border-color: #E8BDF7; }
span { border-color: rgb(232,189,247); }
td.TdClassName
{
border-color: #E8BDF7;
}
.TagClassName
{
border-color: #E8BDF7;
}
</style>