Shades of Mauve #E3BBF0
Tints of Mauve #E3BBF0
RGB
CMYK
RGB Variations
Color information
#E3BBF0 (or 0xE3BBF0) is known color: Mauve. HEX triplet: E3, BB and F0. RGB value is (227,187,240). Sum of RGB (Red+Green+Blue) = 227+187+240=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3BBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BBF0 is #1C440F. Grayscale: #CCCCCC. Windows color (decimal): -1852432 or 15776739. OLE color: 15776739.
HSL color Cylindrical-coordinate representation of color #E3BBF0: hue angle of 285.28º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3BBF0 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 187 | 240 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.06 |
| HSL | 285.28º | 0.64% | 0.84% | - |
| HSV(B) | 285.28º | 0.22% | 0.94% | - |
| XYZ | 65.18 | 58.16 | 90.23 | - |
| YUV | 205 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 187 | 240 | 0.05 | 0.22 | 0 | 0.06 | 285.28 | 0.64 | 0.84 |
| Hex | E3 | BB | F0 | 5 | 16 | 0 | 6 | 11D | 40 | 54 |
| Octal | 343 | 273 | 360 | 5 | 26 | 0 | 6 | 435 | 100 | 124 |
| Binary | 11100011 | 10111011 | 11110000 | 101 | 10110 | 0 | 110 | 100011101 | 1000000 | 1010100 |
Color Harmonies of #E3BBF0
Complementary color
Monochromatic Colors of #E3BBF0
Black with #E3BBF0
Text Example
Text Example
White with #E3BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BBF0; }
p { color: rgb(227,187,240); }
H1.HeaderClassName
{
color: #E3BBF0;
}
.AnyTagClassName
{
color: #E3BBF0;
}
</style>
background-color css
<style>
a { background-color: #E3BBF0; }
a { background-color: rgb(227,187,240); }
div.DivClassName
{
background-color: #E3BBF0;
}
.BgClassName
{
background-color: #E3BBF0;
}
</style>
border-color css
<style>
span { border-color: #E3BBF0; }
span { border-color: rgb(227,187,240); }
td.TdClassName
{
border-color: #E3BBF0;
}
.TagClassName
{
border-color: #E3BBF0;
}
</style>