Shades of Mauve #E5BBFD
Tints of Mauve #E5BBFD
RGB
CMYK
RGB Variations
Color information
#E5BBFD (or 0xE5BBFD) is known color: Mauve. HEX triplet: E5, BB and FD. RGB value is (229,187,253). Sum of RGB (Red+Green+Blue) = 229+187+253=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BBFD is #1A4402. Grayscale: #CECECE. Windows color (decimal): -1721347 or 16628709. OLE color: 16628709.
HSL color Cylindrical-coordinate representation of color #E5BBFD: hue angle of 278.18º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5BBFD is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 187 | 253 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.01 |
| HSL | 278.18º | 0.94% | 0.86% | - |
| HSV(B) | 278.18º | 0.26% | 0.99% | - |
| XYZ | 67.81 | 59.29 | 100.8 | - |
| YUV | 207.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 253 | 0.09 | 0.26 | 0 | 0.01 | 278.18 | 0.94 | 0.86 |
| Hex | E5 | BB | FD | 9 | 1A | 0 | 1 | 116 | 5E | 56 |
| Octal | 345 | 273 | 375 | 11 | 32 | 0 | 1 | 426 | 136 | 126 |
| Binary | 11100101 | 10111011 | 11111101 | 1001 | 11010 | 0 | 1 | 100010110 | 1011110 | 1010110 |
Color Harmonies of #E5BBFD
Complementary color
Monochromatic Colors of #E5BBFD
Black with #E5BBFD
Text Example
Text Example
White with #E5BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBFD; }
p { color: rgb(229,187,253); }
H1.HeaderClassName
{
color: #E5BBFD;
}
.AnyTagClassName
{
color: #E5BBFD;
}
</style>
background-color css
<style>
a { background-color: #E5BBFD; }
a { background-color: rgb(229,187,253); }
div.DivClassName
{
background-color: #E5BBFD;
}
.BgClassName
{
background-color: #E5BBFD;
}
</style>
border-color css
<style>
span { border-color: #E5BBFD; }
span { border-color: rgb(229,187,253); }
td.TdClassName
{
border-color: #E5BBFD;
}
.TagClassName
{
border-color: #E5BBFD;
}
</style>