Shades of Mauve #D6BAFE
Tints of Mauve #D6BAFE
RGB
CMYK
RGB Variations
Color information
#D6BAFE (or 0xD6BAFE) is known color: Mauve. HEX triplet: D6, BA and FE. RGB value is (214,186,254). Sum of RGB (Red+Green+Blue) = 214+186+254=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAFE is #294501. Grayscale: #C9C9C9. Windows color (decimal): -2704642 or 16693974. OLE color: 16693974.
HSL color Cylindrical-coordinate representation of color #D6BAFE: hue angle of 264.71º 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 #D6BAFE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 186 | 254 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.00 |
| HSL | 264.71º | 0.97% | 0.86% | - |
| HSV(B) | 264.71º | 0.27% | 1% | - |
| XYZ | 63.18 | 56.57 | 101.36 | - |
| YUV | 202.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 254 | 0.16 | 0.27 | 0 | 0.00 | 264.71 | 0.97 | 0.86 |
| Hex | D6 | BA | FE | 10 | 1B | 0 | 0 | 109 | 61 | 56 |
| Octal | 326 | 272 | 376 | 20 | 33 | 0 | 0 | 411 | 141 | 126 |
| Binary | 11010110 | 10111010 | 11111110 | 10000 | 11011 | 0 | 0 | 100001001 | 1100001 | 1010110 |
Color Harmonies of #D6BAFE
Complementary color
Monochromatic Colors of #D6BAFE
Black with #D6BAFE
Text Example
Text Example
White with #D6BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAFE; }
p { color: rgb(214,186,254); }
H1.HeaderClassName
{
color: #D6BAFE;
}
.AnyTagClassName
{
color: #D6BAFE;
}
</style>
background-color css
<style>
a { background-color: #D6BAFE; }
a { background-color: rgb(214,186,254); }
div.DivClassName
{
background-color: #D6BAFE;
}
.BgClassName
{
background-color: #D6BAFE;
}
</style>
border-color css
<style>
span { border-color: #D6BAFE; }
span { border-color: rgb(214,186,254); }
td.TdClassName
{
border-color: #D6BAFE;
}
.TagClassName
{
border-color: #D6BAFE;
}
</style>