Shades of Mauve #E8BDFE
Tints of Mauve #E8BDFE
RGB
CMYK
RGB Variations
Color information
#E8BDFE (or 0xE8BDFE) is known color: Mauve. HEX triplet: E8, BD and FE. RGB value is (232,189,254). Sum of RGB (Red+Green+Blue) = 232+189+254=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8BDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDFE is #174201. Grayscale: #D1D1D1. Windows color (decimal): -1524226 or 16694760. OLE color: 16694760.
HSL color Cylindrical-coordinate representation of color #E8BDFE: hue angle of 279.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8BDFE is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 189 | 254 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.00 |
| HSL | 279.69º | 0.97% | 0.87% | - |
| HSV(B) | 279.69º | 0.26% | 1% | - |
| XYZ | 69.37 | 60.71 | 101.83 | - |
| YUV | 209.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 254 | 0.09 | 0.26 | 0 | 0.00 | 279.69 | 0.97 | 0.87 |
| Hex | E8 | BD | FE | 9 | 1A | 0 | 0 | 118 | 61 | 57 |
| Octal | 350 | 275 | 376 | 11 | 32 | 0 | 0 | 430 | 141 | 127 |
| Binary | 11101000 | 10111101 | 11111110 | 1001 | 11010 | 0 | 0 | 100011000 | 1100001 | 1010111 |
Color Harmonies of #E8BDFE
Complementary color
Monochromatic Colors of #E8BDFE
Black with #E8BDFE
Text Example
Text Example
White with #E8BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDFE; }
p { color: rgb(232,189,254); }
H1.HeaderClassName
{
color: #E8BDFE;
}
.AnyTagClassName
{
color: #E8BDFE;
}
</style>
background-color css
<style>
a { background-color: #E8BDFE; }
a { background-color: rgb(232,189,254); }
div.DivClassName
{
background-color: #E8BDFE;
}
.BgClassName
{
background-color: #E8BDFE;
}
</style>
border-color css
<style>
span { border-color: #E8BDFE; }
span { border-color: rgb(232,189,254); }
td.TdClassName
{
border-color: #E8BDFE;
}
.TagClassName
{
border-color: #E8BDFE;
}
</style>