Shades of Mauve #E6BAFE
Tints of Mauve #E6BAFE
RGB
CMYK
RGB Variations
Color information
#E6BAFE (or 0xE6BAFE) is known color: Mauve. HEX triplet: E6, BA and FE. RGB value is (230,186,254). Sum of RGB (Red+Green+Blue) = 230+186+254=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAFE is #194501. Grayscale: #CECECE. Windows color (decimal): -1656066 or 16693990. OLE color: 16693990.
HSL color Cylindrical-coordinate representation of color #E6BAFE: hue angle of 278.82º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6BAFE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 186 | 254 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.00 |
| HSL | 278.82º | 0.97% | 0.86% | - |
| HSV(B) | 278.82º | 0.27% | 1% | - |
| XYZ | 68.08 | 59.1 | 101.58 | - |
| YUV | 206.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 254 | 0.09 | 0.27 | 0 | 0.00 | 278.82 | 0.97 | 0.86 |
| Hex | E6 | BA | FE | 9 | 1B | 0 | 0 | 117 | 61 | 56 |
| Octal | 346 | 272 | 376 | 11 | 33 | 0 | 0 | 427 | 141 | 126 |
| Binary | 11100110 | 10111010 | 11111110 | 1001 | 11011 | 0 | 0 | 100010111 | 1100001 | 1010110 |
Color Harmonies of #E6BAFE
Complementary color
Monochromatic Colors of #E6BAFE
Black with #E6BAFE
Text Example
Text Example
White with #E6BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAFE; }
p { color: rgb(230,186,254); }
H1.HeaderClassName
{
color: #E6BAFE;
}
.AnyTagClassName
{
color: #E6BAFE;
}
</style>
background-color css
<style>
a { background-color: #E6BAFE; }
a { background-color: rgb(230,186,254); }
div.DivClassName
{
background-color: #E6BAFE;
}
.BgClassName
{
background-color: #E6BAFE;
}
</style>
border-color css
<style>
span { border-color: #E6BAFE; }
span { border-color: rgb(230,186,254); }
td.TdClassName
{
border-color: #E6BAFE;
}
.TagClassName
{
border-color: #E6BAFE;
}
</style>