Shades of Mauve #D6A6FE
Tints of Mauve #D6A6FE
RGB
CMYK
RGB Variations
Color information
#D6A6FE (or 0xD6A6FE) is known color: Mauve. HEX triplet: D6, A6 and FE. RGB value is (214,166,254). Sum of RGB (Red+Green+Blue) = 214+166+254=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A6FE is #295901. Grayscale: #BEBEBE. Windows color (decimal): -2709762 or 16688854. OLE color: 16688854.
HSL color Cylindrical-coordinate representation of color #D6A6FE: hue angle of 272.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6A6FE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 166 | 254 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.00 |
| HSL | 272.73º | 0.98% | 0.82% | - |
| HSV(B) | 272.73º | 0.35% | 1% | - |
| XYZ | 59.26 | 48.72 | 100.05 | - |
| YUV | 190.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 254 | 0.16 | 0.35 | 0 | 0.00 | 272.73 | 0.98 | 0.82 |
| Hex | D6 | A6 | FE | 10 | 23 | 0 | 0 | 111 | 62 | 52 |
| Octal | 326 | 246 | 376 | 20 | 43 | 0 | 0 | 421 | 142 | 122 |
| Binary | 11010110 | 10100110 | 11111110 | 10000 | 100011 | 0 | 0 | 100010001 | 1100010 | 1010010 |
Color Harmonies of #D6A6FE
Complementary color
Monochromatic Colors of #D6A6FE
Black with #D6A6FE
Text Example
Text Example
White with #D6A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A6FE; }
p { color: rgb(214,166,254); }
H1.HeaderClassName
{
color: #D6A6FE;
}
.AnyTagClassName
{
color: #D6A6FE;
}
</style>
background-color css
<style>
a { background-color: #D6A6FE; }
a { background-color: rgb(214,166,254); }
div.DivClassName
{
background-color: #D6A6FE;
}
.BgClassName
{
background-color: #D6A6FE;
}
</style>
border-color css
<style>
span { border-color: #D6A6FE; }
span { border-color: rgb(214,166,254); }
td.TdClassName
{
border-color: #D6A6FE;
}
.TagClassName
{
border-color: #D6A6FE;
}
</style>