Shades of Mauve #E6BBF4
Tints of Mauve #E6BBF4
RGB
CMYK
RGB Variations
Color information
#E6BBF4 (or 0xE6BBF4) is known color: Mauve. HEX triplet: E6, BB and F4. RGB value is (230,187,244). Sum of RGB (Red+Green+Blue) = 230+187+244=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 244 - color contains mainly: blue. Hex color #E6BBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBF4 is #19440B. Grayscale: #CECECE. Windows color (decimal): -1655820 or 16038886. OLE color: 16038886.
HSL color Cylindrical-coordinate representation of color #E6BBF4: hue angle of 285.26º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6BBF4 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 187 | 244 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.04 |
| HSL | 285.26º | 0.72% | 0.85% | - |
| HSV(B) | 285.26º | 0.23% | 0.96% | - |
| XYZ | 66.73 | 58.9 | 93.44 | - |
| YUV | 206.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 244 | 0.06 | 0.23 | 0 | 0.04 | 285.26 | 0.72 | 0.85 |
| Hex | E6 | BB | F4 | 6 | 17 | 0 | 4 | 11D | 48 | 55 |
| Octal | 346 | 273 | 364 | 6 | 27 | 0 | 4 | 435 | 110 | 125 |
| Binary | 11100110 | 10111011 | 11110100 | 110 | 10111 | 0 | 100 | 100011101 | 1001000 | 1010101 |
Color Harmonies of #E6BBF4
Complementary color
Monochromatic Colors of #E6BBF4
Black with #E6BBF4
Text Example
Text Example
White with #E6BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBF4; }
p { color: rgb(230,187,244); }
H1.HeaderClassName
{
color: #E6BBF4;
}
.AnyTagClassName
{
color: #E6BBF4;
}
</style>
background-color css
<style>
a { background-color: #E6BBF4; }
a { background-color: rgb(230,187,244); }
div.DivClassName
{
background-color: #E6BBF4;
}
.BgClassName
{
background-color: #E6BBF4;
}
</style>
border-color css
<style>
span { border-color: #E6BBF4; }
span { border-color: rgb(230,187,244); }
td.TdClassName
{
border-color: #E6BBF4;
}
.TagClassName
{
border-color: #E6BBF4;
}
</style>