Shades of Mauve #E6BBF1
Tints of Mauve #E6BBF1
RGB
CMYK
RGB Variations
Color information
#E6BBF1 (or 0xE6BBF1) is known color: Mauve. HEX triplet: E6, BB and F1. RGB value is (230,187,241). Sum of RGB (Red+Green+Blue) = 230+187+241=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6BBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBF1 is #19440E. Grayscale: #CDCDCD. Windows color (decimal): -1655823 or 15842278. OLE color: 15842278.
HSL color Cylindrical-coordinate representation of color #E6BBF1: hue angle of 287.78º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6BBF1 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 187 | 241 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.05 |
| HSL | 287.78º | 0.66% | 0.84% | - |
| HSV(B) | 287.78º | 0.22% | 0.95% | - |
| XYZ | 66.28 | 58.71 | 91.06 | - |
| YUV | 206.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 241 | 0.05 | 0.22 | 0 | 0.05 | 287.78 | 0.66 | 0.84 |
| Hex | E6 | BB | F1 | 5 | 16 | 0 | 5 | 120 | 42 | 54 |
| Octal | 346 | 273 | 361 | 5 | 26 | 0 | 5 | 440 | 102 | 124 |
| Binary | 11100110 | 10111011 | 11110001 | 101 | 10110 | 0 | 101 | 100100000 | 1000010 | 1010100 |
Color Harmonies of #E6BBF1
Complementary color
Monochromatic Colors of #E6BBF1
Black with #E6BBF1
Text Example
Text Example
White with #E6BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBF1; }
p { color: rgb(230,187,241); }
H1.HeaderClassName
{
color: #E6BBF1;
}
.AnyTagClassName
{
color: #E6BBF1;
}
</style>
background-color css
<style>
a { background-color: #E6BBF1; }
a { background-color: rgb(230,187,241); }
div.DivClassName
{
background-color: #E6BBF1;
}
.BgClassName
{
background-color: #E6BBF1;
}
</style>
border-color css
<style>
span { border-color: #E6BBF1; }
span { border-color: rgb(230,187,241); }
td.TdClassName
{
border-color: #E6BBF1;
}
.TagClassName
{
border-color: #E6BBF1;
}
</style>