Shades of Mauve #E6BAEF
Tints of Mauve #E6BAEF
RGB
CMYK
RGB Variations
Color information
#E6BAEF (or 0xE6BAEF) is known color: Mauve. HEX triplet: E6, BA and EF. RGB value is (230,186,239). Sum of RGB (Red+Green+Blue) = 230+186+239=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6BAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAEF is #194510. Grayscale: #CDCDCD. Windows color (decimal): -1656081 or 15710950. OLE color: 15710950.
HSL color Cylindrical-coordinate representation of color #E6BAEF: hue angle of 289.81º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6BAEF is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 186 | 239 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.06 |
| HSL | 289.81º | 0.62% | 0.83% | - |
| HSV(B) | 289.81º | 0.22% | 0.94% | - |
| XYZ | 65.77 | 58.17 | 89.42 | - |
| YUV | 205.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 239 | 0.04 | 0.22 | 0 | 0.06 | 289.81 | 0.62 | 0.83 |
| Hex | E6 | BA | EF | 4 | 16 | 0 | 6 | 122 | 3E | 53 |
| Octal | 346 | 272 | 357 | 4 | 26 | 0 | 6 | 442 | 76 | 123 |
| Binary | 11100110 | 10111010 | 11101111 | 100 | 10110 | 0 | 110 | 100100010 | 111110 | 1010011 |
Color Harmonies of #E6BAEF
Complementary color
Monochromatic Colors of #E6BAEF
Black with #E6BAEF
Text Example
Text Example
White with #E6BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAEF; }
p { color: rgb(230,186,239); }
H1.HeaderClassName
{
color: #E6BAEF;
}
.AnyTagClassName
{
color: #E6BAEF;
}
</style>
background-color css
<style>
a { background-color: #E6BAEF; }
a { background-color: rgb(230,186,239); }
div.DivClassName
{
background-color: #E6BAEF;
}
.BgClassName
{
background-color: #E6BAEF;
}
</style>
border-color css
<style>
span { border-color: #E6BAEF; }
span { border-color: rgb(230,186,239); }
td.TdClassName
{
border-color: #E6BAEF;
}
.TagClassName
{
border-color: #E6BAEF;
}
</style>