Shades of Mauve #E6BCF8
Tints of Mauve #E6BCF8
RGB
CMYK
RGB Variations
Color information
#E6BCF8 (or 0xE6BCF8) is known color: Mauve. HEX triplet: E6, BC and F8. RGB value is (230,188,248). Sum of RGB (Red+Green+Blue) = 230+188+248=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 248 - color contains mainly: blue. Hex color #E6BCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCF8 is #194307. Grayscale: #CFCFCF. Windows color (decimal): -1655560 or 16301286. OLE color: 16301286.
HSL color Cylindrical-coordinate representation of color #E6BCF8: hue angle of 282º degrees, saturation: 0.81, 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 #E6BCF8 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 188 | 248 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.03 |
| HSL | 282º | 0.81% | 0.85% | - |
| HSV(B) | 282º | 0.24% | 0.97% | - |
| XYZ | 67.56 | 59.57 | 96.74 | - |
| YUV | 207.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 248 | 0.07 | 0.24 | 0 | 0.03 | 282 | 0.81 | 0.85 |
| Hex | E6 | BC | F8 | 7 | 18 | 0 | 3 | 11A | 51 | 55 |
| Octal | 346 | 274 | 370 | 7 | 30 | 0 | 3 | 432 | 121 | 125 |
| Binary | 11100110 | 10111100 | 11111000 | 111 | 11000 | 0 | 11 | 100011010 | 1010001 | 1010101 |
Color Harmonies of #E6BCF8
Complementary color
Monochromatic Colors of #E6BCF8
Black with #E6BCF8
Text Example
Text Example
White with #E6BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCF8; }
p { color: rgb(230,188,248); }
H1.HeaderClassName
{
color: #E6BCF8;
}
.AnyTagClassName
{
color: #E6BCF8;
}
</style>
background-color css
<style>
a { background-color: #E6BCF8; }
a { background-color: rgb(230,188,248); }
div.DivClassName
{
background-color: #E6BCF8;
}
.BgClassName
{
background-color: #E6BCF8;
}
</style>
border-color css
<style>
span { border-color: #E6BCF8; }
span { border-color: rgb(230,188,248); }
td.TdClassName
{
border-color: #E6BCF8;
}
.TagClassName
{
border-color: #E6BCF8;
}
</style>