Shades of Mauve #E5BDF5
Tints of Mauve #E5BDF5
RGB
CMYK
RGB Variations
Color information
#E5BDF5 (or 0xE5BDF5) is known color: Mauve. HEX triplet: E5, BD and F5. RGB value is (229,189,245). Sum of RGB (Red+Green+Blue) = 229+189+245=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: blue. Hex color #E5BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDF5 is #1A420A. Grayscale: #CFCFCF. Windows color (decimal): -1720843 or 16104933. OLE color: 16104933.
HSL color Cylindrical-coordinate representation of color #E5BDF5: hue angle of 282.86º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5BDF5 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 189 | 245 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.04 |
| HSL | 282.86º | 0.74% | 0.85% | - |
| HSV(B) | 282.86º | 0.23% | 0.96% | - |
| XYZ | 66.99 | 59.65 | 94.37 | - |
| YUV | 207.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 189 | 245 | 0.07 | 0.23 | 0 | 0.04 | 282.86 | 0.74 | 0.85 |
| Hex | E5 | BD | F5 | 7 | 17 | 0 | 4 | 11B | 4A | 55 |
| Octal | 345 | 275 | 365 | 7 | 27 | 0 | 4 | 433 | 112 | 125 |
| Binary | 11100101 | 10111101 | 11110101 | 111 | 10111 | 0 | 100 | 100011011 | 1001010 | 1010101 |
Color Harmonies of #E5BDF5
Complementary color
Monochromatic Colors of #E5BDF5
Black with #E5BDF5
Text Example
Text Example
White with #E5BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BDF5; }
p { color: rgb(229,189,245); }
H1.HeaderClassName
{
color: #E5BDF5;
}
.AnyTagClassName
{
color: #E5BDF5;
}
</style>
background-color css
<style>
a { background-color: #E5BDF5; }
a { background-color: rgb(229,189,245); }
div.DivClassName
{
background-color: #E5BDF5;
}
.BgClassName
{
background-color: #E5BDF5;
}
</style>
border-color css
<style>
span { border-color: #E5BDF5; }
span { border-color: rgb(229,189,245); }
td.TdClassName
{
border-color: #E5BDF5;
}
.TagClassName
{
border-color: #E5BDF5;
}
</style>