Shades of Mauve #E6BAFC
Tints of Mauve #E6BAFC
RGB
CMYK
RGB Variations
Color information
#E6BAFC (or 0xE6BAFC) is known color: Mauve. HEX triplet: E6, BA and FC. RGB value is (230,186,252). Sum of RGB (Red+Green+Blue) = 230+186+252=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAFC is #194503. Grayscale: #CECECE. Windows color (decimal): -1656068 or 16562918. OLE color: 16562918.
HSL color Cylindrical-coordinate representation of color #E6BAFC: hue angle of 280º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6BAFC is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 186 | 252 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.01 |
| HSL | 280º | 0.92% | 0.86% | - |
| HSV(B) | 280º | 0.26% | 0.99% | - |
| XYZ | 67.76 | 58.97 | 99.91 | - |
| YUV | 206.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 252 | 0.09 | 0.26 | 0 | 0.01 | 280 | 0.92 | 0.86 |
| Hex | E6 | BA | FC | 9 | 1A | 0 | 1 | 118 | 5C | 56 |
| Octal | 346 | 272 | 374 | 11 | 32 | 0 | 1 | 430 | 134 | 126 |
| Binary | 11100110 | 10111010 | 11111100 | 1001 | 11010 | 0 | 1 | 100011000 | 1011100 | 1010110 |
Color Harmonies of #E6BAFC
Complementary color
Monochromatic Colors of #E6BAFC
Black with #E6BAFC
Text Example
Text Example
White with #E6BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAFC; }
p { color: rgb(230,186,252); }
H1.HeaderClassName
{
color: #E6BAFC;
}
.AnyTagClassName
{
color: #E6BAFC;
}
</style>
background-color css
<style>
a { background-color: #E6BAFC; }
a { background-color: rgb(230,186,252); }
div.DivClassName
{
background-color: #E6BAFC;
}
.BgClassName
{
background-color: #E6BAFC;
}
</style>
border-color css
<style>
span { border-color: #E6BAFC; }
span { border-color: rgb(230,186,252); }
td.TdClassName
{
border-color: #E6BAFC;
}
.TagClassName
{
border-color: #E6BAFC;
}
</style>