Shades of Mauve #E0BBF7
Tints of Mauve #E0BBF7
RGB
CMYK
RGB Variations
Color information
#E0BBF7 (or 0xE0BBF7) is known color: Mauve. HEX triplet: E0, BB and F7. RGB value is (224,187,247). Sum of RGB (Red+Green+Blue) = 224+187+247=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0BBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBF7 is #1F4408. Grayscale: #CCCCCC. Windows color (decimal): -2049033 or 16235488. OLE color: 16235488.
HSL color Cylindrical-coordinate representation of color #E0BBF7: hue angle of 277º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BBF7 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 187 | 247 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.03 |
| HSL | 277º | 0.79% | 0.85% | - |
| HSV(B) | 277º | 0.24% | 0.97% | - |
| XYZ | 65.3 | 58.1 | 95.77 | - |
| YUV | 204.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 247 | 0.09 | 0.24 | 0 | 0.03 | 277 | 0.79 | 0.85 |
| Hex | E0 | BB | F7 | 9 | 18 | 0 | 3 | 115 | 4F | 55 |
| Octal | 340 | 273 | 367 | 11 | 30 | 0 | 3 | 425 | 117 | 125 |
| Binary | 11100000 | 10111011 | 11110111 | 1001 | 11000 | 0 | 11 | 100010101 | 1001111 | 1010101 |
Color Harmonies of #E0BBF7
Complementary color
Monochromatic Colors of #E0BBF7
Black with #E0BBF7
Text Example
Text Example
White with #E0BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBF7; }
p { color: rgb(224,187,247); }
H1.HeaderClassName
{
color: #E0BBF7;
}
.AnyTagClassName
{
color: #E0BBF7;
}
</style>
background-color css
<style>
a { background-color: #E0BBF7; }
a { background-color: rgb(224,187,247); }
div.DivClassName
{
background-color: #E0BBF7;
}
.BgClassName
{
background-color: #E0BBF7;
}
</style>
border-color css
<style>
span { border-color: #E0BBF7; }
span { border-color: rgb(224,187,247); }
td.TdClassName
{
border-color: #E0BBF7;
}
.TagClassName
{
border-color: #E0BBF7;
}
</style>