Shades of Mauve #E9BDF3
Tints of Mauve #E9BDF3
RGB
CMYK
RGB Variations
Color information
#E9BDF3 (or 0xE9BDF3) is known color: Mauve. HEX triplet: E9, BD and F3. RGB value is (233,189,243). Sum of RGB (Red+Green+Blue) = 233+189+243=665 (88% of max value = 765). Red value is 233 (91.41% from 255 or 35.04% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9BDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDF3 is #16420C. Grayscale: #D0D0D0. Windows color (decimal): -1458701 or 15973865. OLE color: 15973865.
HSL color Cylindrical-coordinate representation of color #E9BDF3: hue angle of 288.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9BDF3 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 189 | 243 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.05 |
| HSL | 288.89º | 0.69% | 0.85% | - |
| HSV(B) | 288.89º | 0.22% | 0.95% | - |
| XYZ | 67.98 | 60.19 | 92.83 | - |
| YUV | 208.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 243 | 0.04 | 0.22 | 0 | 0.05 | 288.89 | 0.69 | 0.85 |
| Hex | E9 | BD | F3 | 4 | 16 | 0 | 5 | 121 | 45 | 55 |
| Octal | 351 | 275 | 363 | 4 | 26 | 0 | 5 | 441 | 105 | 125 |
| Binary | 11101001 | 10111101 | 11110011 | 100 | 10110 | 0 | 101 | 100100001 | 1000101 | 1010101 |
Color Harmonies of #E9BDF3
Complementary color
Monochromatic Colors of #E9BDF3
Black with #E9BDF3
Text Example
Text Example
White with #E9BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BDF3; }
p { color: rgb(233,189,243); }
H1.HeaderClassName
{
color: #E9BDF3;
}
.AnyTagClassName
{
color: #E9BDF3;
}
</style>
background-color css
<style>
a { background-color: #E9BDF3; }
a { background-color: rgb(233,189,243); }
div.DivClassName
{
background-color: #E9BDF3;
}
.BgClassName
{
background-color: #E9BDF3;
}
</style>
border-color css
<style>
span { border-color: #E9BDF3; }
span { border-color: rgb(233,189,243); }
td.TdClassName
{
border-color: #E9BDF3;
}
.TagClassName
{
border-color: #E9BDF3;
}
</style>