Shades of Mauve #E9BBF6
Tints of Mauve #E9BBF6
RGB
CMYK
RGB Variations
Color information
#E9BBF6 (or 0xE9BBF6) is known color: Mauve. HEX triplet: E9, BB and F6. RGB value is (233,187,246). Sum of RGB (Red+Green+Blue) = 233+187+246=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #E9BBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BBF6 is #164409. Grayscale: #CFCFCF. Windows color (decimal): -1459210 or 16169961. OLE color: 16169961.
HSL color Cylindrical-coordinate representation of color #E9BBF6: hue angle of 286.78º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9BBF6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 187 | 246 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.04 |
| HSL | 286.78º | 0.77% | 0.85% | - |
| HSV(B) | 286.78º | 0.24% | 0.96% | - |
| XYZ | 68.01 | 59.52 | 95.09 | - |
| YUV | 207.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 246 | 0.05 | 0.24 | 0 | 0.04 | 286.78 | 0.77 | 0.85 |
| Hex | E9 | BB | F6 | 5 | 18 | 0 | 4 | 11F | 4D | 55 |
| Octal | 351 | 273 | 366 | 5 | 30 | 0 | 4 | 437 | 115 | 125 |
| Binary | 11101001 | 10111011 | 11110110 | 101 | 11000 | 0 | 100 | 100011111 | 1001101 | 1010101 |
Color Harmonies of #E9BBF6
Complementary color
Monochromatic Colors of #E9BBF6
Black with #E9BBF6
Text Example
Text Example
White with #E9BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBF6; }
p { color: rgb(233,187,246); }
H1.HeaderClassName
{
color: #E9BBF6;
}
.AnyTagClassName
{
color: #E9BBF6;
}
</style>
background-color css
<style>
a { background-color: #E9BBF6; }
a { background-color: rgb(233,187,246); }
div.DivClassName
{
background-color: #E9BBF6;
}
.BgClassName
{
background-color: #E9BBF6;
}
</style>
border-color css
<style>
span { border-color: #E9BBF6; }
span { border-color: rgb(233,187,246); }
td.TdClassName
{
border-color: #E9BBF6;
}
.TagClassName
{
border-color: #E9BBF6;
}
</style>