Shades of Mauve #D6AAFA
Tints of Mauve #D6AAFA
RGB
CMYK
RGB Variations
Color information
#D6AAFA (or 0xD6AAFA) is known color: Mauve. HEX triplet: D6, AA and FA. RGB value is (214,170,250). Sum of RGB (Red+Green+Blue) = 214+170+250=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAFA is #295505. Grayscale: #C0C0C0. Windows color (decimal): -2708742 or 16427734. OLE color: 16427734.
HSL color Cylindrical-coordinate representation of color #D6AAFA: hue angle of 273º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6AAFA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 170 | 250 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.02 |
| HSL | 273º | 0.89% | 0.82% | - |
| HSV(B) | 273º | 0.32% | 0.98% | - |
| XYZ | 59.36 | 49.95 | 96.95 | - |
| YUV | 192.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 250 | 0.14 | 0.32 | 0 | 0.02 | 273 | 0.89 | 0.82 |
| Hex | D6 | AA | FA | E | 20 | 0 | 2 | 111 | 59 | 52 |
| Octal | 326 | 252 | 372 | 16 | 40 | 0 | 2 | 421 | 131 | 122 |
| Binary | 11010110 | 10101010 | 11111010 | 1110 | 100000 | 0 | 10 | 100010001 | 1011001 | 1010010 |
Color Harmonies of #D6AAFA
Complementary color
Monochromatic Colors of #D6AAFA
Black with #D6AAFA
Text Example
Text Example
White with #D6AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AAFA; }
p { color: rgb(214,170,250); }
H1.HeaderClassName
{
color: #D6AAFA;
}
.AnyTagClassName
{
color: #D6AAFA;
}
</style>
background-color css
<style>
a { background-color: #D6AAFA; }
a { background-color: rgb(214,170,250); }
div.DivClassName
{
background-color: #D6AAFA;
}
.BgClassName
{
background-color: #D6AAFA;
}
</style>
border-color css
<style>
span { border-color: #D6AAFA; }
span { border-color: rgb(214,170,250); }
td.TdClassName
{
border-color: #D6AAFA;
}
.TagClassName
{
border-color: #D6AAFA;
}
</style>