Shades of Mauve #E3BDF9
Tints of Mauve #E3BDF9
RGB
CMYK
RGB Variations
Color information
#E3BDF9 (or 0xE3BDF9) is known color: Mauve. HEX triplet: E3, BD and F9. RGB value is (227,189,249). Sum of RGB (Red+Green+Blue) = 227+189+249=665 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.14% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #E3BDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BDF9 is #1C4206. Grayscale: #CFCFCF. Windows color (decimal): -1851911 or 16367075. OLE color: 16367075.
HSL color Cylindrical-coordinate representation of color #E3BDF9: hue angle of 278º 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 #E3BDF9 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 189 | 249 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.02 |
| HSL | 278º | 0.83% | 0.86% | - |
| HSV(B) | 278º | 0.24% | 0.98% | - |
| XYZ | 66.98 | 59.57 | 97.59 | - |
| YUV | 207.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 249 | 0.09 | 0.24 | 0 | 0.02 | 278 | 0.83 | 0.86 |
| Hex | E3 | BD | F9 | 9 | 18 | 0 | 2 | 116 | 53 | 56 |
| Octal | 343 | 275 | 371 | 11 | 30 | 0 | 2 | 426 | 123 | 126 |
| Binary | 11100011 | 10111101 | 11111001 | 1001 | 11000 | 0 | 10 | 100010110 | 1010011 | 1010110 |
Color Harmonies of #E3BDF9
Complementary color
Monochromatic Colors of #E3BDF9
Black with #E3BDF9
Text Example
Text Example
White with #E3BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDF9; }
p { color: rgb(227,189,249); }
H1.HeaderClassName
{
color: #E3BDF9;
}
.AnyTagClassName
{
color: #E3BDF9;
}
</style>
background-color css
<style>
a { background-color: #E3BDF9; }
a { background-color: rgb(227,189,249); }
div.DivClassName
{
background-color: #E3BDF9;
}
.BgClassName
{
background-color: #E3BDF9;
}
</style>
border-color css
<style>
span { border-color: #E3BDF9; }
span { border-color: rgb(227,189,249); }
td.TdClassName
{
border-color: #E3BDF9;
}
.TagClassName
{
border-color: #E3BDF9;
}
</style>