Shades of Mauve #E2BBFD
Tints of Mauve #E2BBFD
RGB
CMYK
RGB Variations
Color information
#E2BBFD (or 0xE2BBFD) is known color: Mauve. HEX triplet: E2, BB and FD. RGB value is (226,187,253). Sum of RGB (Red+Green+Blue) = 226+187+253=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBFD is #1D4402. Grayscale: #CDCDCD. Windows color (decimal): -1917955 or 16628706. OLE color: 16628706.
HSL color Cylindrical-coordinate representation of color #E2BBFD: hue angle of 275.45º 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 #E2BBFD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 187 | 253 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.01 |
| HSL | 275.45º | 0.94% | 0.86% | - |
| HSV(B) | 275.45º | 0.26% | 0.99% | - |
| XYZ | 66.86 | 58.8 | 100.75 | - |
| YUV | 206.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 253 | 0.11 | 0.26 | 0 | 0.01 | 275.45 | 0.94 | 0.86 |
| Hex | E2 | BB | FD | B | 1A | 0 | 1 | 113 | 5E | 56 |
| Octal | 342 | 273 | 375 | 13 | 32 | 0 | 1 | 423 | 136 | 126 |
| Binary | 11100010 | 10111011 | 11111101 | 1011 | 11010 | 0 | 1 | 100010011 | 1011110 | 1010110 |
Color Harmonies of #E2BBFD
Complementary color
Monochromatic Colors of #E2BBFD
Black with #E2BBFD
Text Example
Text Example
White with #E2BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBFD; }
p { color: rgb(226,187,253); }
H1.HeaderClassName
{
color: #E2BBFD;
}
.AnyTagClassName
{
color: #E2BBFD;
}
</style>
background-color css
<style>
a { background-color: #E2BBFD; }
a { background-color: rgb(226,187,253); }
div.DivClassName
{
background-color: #E2BBFD;
}
.BgClassName
{
background-color: #E2BBFD;
}
</style>
border-color css
<style>
span { border-color: #E2BBFD; }
span { border-color: rgb(226,187,253); }
td.TdClassName
{
border-color: #E2BBFD;
}
.TagClassName
{
border-color: #E2BBFD;
}
</style>