Shades of Mauve #E0BDF9
Tints of Mauve #E0BDF9
RGB
CMYK
RGB Variations
Color information
#E0BDF9 (or 0xE0BDF9) is known color: Mauve. HEX triplet: E0, BD and F9. RGB value is (224,189,249). Sum of RGB (Red+Green+Blue) = 224+189+249=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0BDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDF9 is #1F4206. Grayscale: #CECECE. Windows color (decimal): -2048519 or 16367072. OLE color: 16367072.
HSL color Cylindrical-coordinate representation of color #E0BDF9: hue angle of 275º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BDF9 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 189 | 249 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.02 |
| HSL | 275º | 0.83% | 0.86% | - |
| HSV(B) | 275º | 0.24% | 0.98% | - |
| XYZ | 66.04 | 59.08 | 97.55 | - |
| YUV | 206.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 249 | 0.10 | 0.24 | 0 | 0.02 | 275 | 0.83 | 0.86 |
| Hex | E0 | BD | F9 | A | 18 | 0 | 2 | 113 | 53 | 56 |
| Octal | 340 | 275 | 371 | 12 | 30 | 0 | 2 | 423 | 123 | 126 |
| Binary | 11100000 | 10111101 | 11111001 | 1010 | 11000 | 0 | 10 | 100010011 | 1010011 | 1010110 |
Color Harmonies of #E0BDF9
Complementary color
Monochromatic Colors of #E0BDF9
Black with #E0BDF9
Text Example
Text Example
White with #E0BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDF9; }
p { color: rgb(224,189,249); }
H1.HeaderClassName
{
color: #E0BDF9;
}
.AnyTagClassName
{
color: #E0BDF9;
}
</style>
background-color css
<style>
a { background-color: #E0BDF9; }
a { background-color: rgb(224,189,249); }
div.DivClassName
{
background-color: #E0BDF9;
}
.BgClassName
{
background-color: #E0BDF9;
}
</style>
border-color css
<style>
span { border-color: #E0BDF9; }
span { border-color: rgb(224,189,249); }
td.TdClassName
{
border-color: #E0BDF9;
}
.TagClassName
{
border-color: #E0BDF9;
}
</style>