Shades of Mauve #E6BFFA
Tints of Mauve #E6BFFA
RGB
CMYK
RGB Variations
Color information
#E6BFFA (or 0xE6BFFA) is known color: Mauve. HEX triplet: E6, BF and FA. RGB value is (230,191,250). Sum of RGB (Red+Green+Blue) = 230+191+250=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFFA is #194005. Grayscale: #D1D1D1. Windows color (decimal): -1654790 or 16433126. OLE color: 16433126.
HSL color Cylindrical-coordinate representation of color #E6BFFA: hue angle of 279.66º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BFFA is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 191 | 250 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.02 |
| HSL | 279.66º | 0.86% | 0.86% | - |
| HSV(B) | 279.66º | 0.24% | 0.98% | - |
| XYZ | 68.52 | 60.99 | 98.6 | - |
| YUV | 209.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 250 | 0.08 | 0.24 | 0 | 0.02 | 279.66 | 0.86 | 0.86 |
| Hex | E6 | BF | FA | 8 | 18 | 0 | 2 | 118 | 56 | 56 |
| Octal | 346 | 277 | 372 | 10 | 30 | 0 | 2 | 430 | 126 | 126 |
| Binary | 11100110 | 10111111 | 11111010 | 1000 | 11000 | 0 | 10 | 100011000 | 1010110 | 1010110 |
Color Harmonies of #E6BFFA
Complementary color
Monochromatic Colors of #E6BFFA
Black with #E6BFFA
Text Example
Text Example
White with #E6BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFFA; }
p { color: rgb(230,191,250); }
H1.HeaderClassName
{
color: #E6BFFA;
}
.AnyTagClassName
{
color: #E6BFFA;
}
</style>
background-color css
<style>
a { background-color: #E6BFFA; }
a { background-color: rgb(230,191,250); }
div.DivClassName
{
background-color: #E6BFFA;
}
.BgClassName
{
background-color: #E6BFFA;
}
</style>
border-color css
<style>
span { border-color: #E6BFFA; }
span { border-color: rgb(230,191,250); }
td.TdClassName
{
border-color: #E6BFFA;
}
.TagClassName
{
border-color: #E6BFFA;
}
</style>