Shades of Mauve #D6A6FC
Tints of Mauve #D6A6FC
RGB
CMYK
RGB Variations
Color information
#D6A6FC (or 0xD6A6FC) is known color: Mauve. HEX triplet: D6, A6 and FC. RGB value is (214,166,252). Sum of RGB (Red+Green+Blue) = 214+166+252=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6A6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A6FC is #295903. Grayscale: #BDBDBD. Windows color (decimal): -2709764 or 16557782. OLE color: 16557782.
HSL color Cylindrical-coordinate representation of color #D6A6FC: hue angle of 273.49º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6A6FC is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 166 | 252 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.01 |
| HSL | 273.49º | 0.93% | 0.82% | - |
| HSV(B) | 273.49º | 0.34% | 0.99% | - |
| XYZ | 58.94 | 48.6 | 98.37 | - |
| YUV | 190.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 252 | 0.15 | 0.34 | 0 | 0.01 | 273.49 | 0.93 | 0.82 |
| Hex | D6 | A6 | FC | F | 22 | 0 | 1 | 111 | 5D | 52 |
| Octal | 326 | 246 | 374 | 17 | 42 | 0 | 1 | 421 | 135 | 122 |
| Binary | 11010110 | 10100110 | 11111100 | 1111 | 100010 | 0 | 1 | 100010001 | 1011101 | 1010010 |
Color Harmonies of #D6A6FC
Complementary color
Monochromatic Colors of #D6A6FC
Black with #D6A6FC
Text Example
Text Example
White with #D6A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A6FC; }
p { color: rgb(214,166,252); }
H1.HeaderClassName
{
color: #D6A6FC;
}
.AnyTagClassName
{
color: #D6A6FC;
}
</style>
background-color css
<style>
a { background-color: #D6A6FC; }
a { background-color: rgb(214,166,252); }
div.DivClassName
{
background-color: #D6A6FC;
}
.BgClassName
{
background-color: #D6A6FC;
}
</style>
border-color css
<style>
span { border-color: #D6A6FC; }
span { border-color: rgb(214,166,252); }
td.TdClassName
{
border-color: #D6A6FC;
}
.TagClassName
{
border-color: #D6A6FC;
}
</style>