Shades of Mauve #E9BDFE
Tints of Mauve #E9BDFE
RGB
CMYK
RGB Variations
Color information
#E9BDFE (or 0xE9BDFE) is known color: Mauve. HEX triplet: E9, BD and FE. RGB value is (233,189,254). Sum of RGB (Red+Green+Blue) = 233+189+254=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9BDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDFE is #164201. Grayscale: #D1D1D1. Windows color (decimal): -1458690 or 16694761. OLE color: 16694761.
HSL color Cylindrical-coordinate representation of color #E9BDFE: hue angle of 280.62º 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 #E9BDFE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 189 | 254 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.00 |
| HSL | 280.62º | 0.97% | 0.87% | - |
| HSV(B) | 280.62º | 0.26% | 1% | - |
| XYZ | 69.69 | 60.87 | 101.84 | - |
| YUV | 209.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 254 | 0.08 | 0.26 | 0 | 0.00 | 280.62 | 0.97 | 0.87 |
| Hex | E9 | BD | FE | 8 | 1A | 0 | 0 | 119 | 61 | 57 |
| Octal | 351 | 275 | 376 | 10 | 32 | 0 | 0 | 431 | 141 | 127 |
| Binary | 11101001 | 10111101 | 11111110 | 1000 | 11010 | 0 | 0 | 100011001 | 1100001 | 1010111 |
Color Harmonies of #E9BDFE
Complementary color
Monochromatic Colors of #E9BDFE
Black with #E9BDFE
Text Example
Text Example
White with #E9BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDFE; }
p { color: rgb(233,189,254); }
H1.HeaderClassName
{
color: #E9BDFE;
}
.AnyTagClassName
{
color: #E9BDFE;
}
</style>
background-color css
<style>
a { background-color: #E9BDFE; }
a { background-color: rgb(233,189,254); }
div.DivClassName
{
background-color: #E9BDFE;
}
.BgClassName
{
background-color: #E9BDFE;
}
</style>
border-color css
<style>
span { border-color: #E9BDFE; }
span { border-color: rgb(233,189,254); }
td.TdClassName
{
border-color: #E9BDFE;
}
.TagClassName
{
border-color: #E9BDFE;
}
</style>