Shades of Mauve #D6AAFF
Tints of Mauve #D6AAFF
RGB
CMYK
RGB Variations
Color information
#D6AAFF (or 0xD6AAFF) is known color: Mauve. HEX triplet: D6, AA and FF. RGB value is (214,170,255). Sum of RGB (Red+Green+Blue) = 214+170+255=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAFF is #295500. Grayscale: #C0C0C0. Windows color (decimal): -2708737 or 16755414. OLE color: 16755414.
HSL color Cylindrical-coordinate representation of color #D6AAFF: hue angle of 271.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6AAFF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 170 | 255 | - |
| CMYK | 0.16 | 0.33 | 0 | 0 |
| HSL | 271.06º | 1% | 0.83% | - |
| HSV(B) | 271.06º | 0.33% | 1% | - |
| XYZ | 60.16 | 50.27 | 101.14 | - |
| YUV | 192.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 255 | 0.16 | 0.33 | 0 | 0 | 271.06 | 1 | 0.83 |
| Hex | D6 | AA | FF | 10 | 21 | 0 | 0 | 10F | 64 | 53 |
| Octal | 326 | 252 | 377 | 20 | 41 | 0 | 0 | 417 | 144 | 123 |
| Binary | 11010110 | 10101010 | 11111111 | 10000 | 100001 | 0 | 0 | 100001111 | 1100100 | 1010011 |
Color Harmonies of #D6AAFF
Complementary color
Monochromatic Colors of #D6AAFF
Black with #D6AAFF
Text Example
Text Example
White with #D6AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AAFF; }
p { color: rgb(214,170,255); }
H1.HeaderClassName
{
color: #D6AAFF;
}
.AnyTagClassName
{
color: #D6AAFF;
}
</style>
background-color css
<style>
a { background-color: #D6AAFF; }
a { background-color: rgb(214,170,255); }
div.DivClassName
{
background-color: #D6AAFF;
}
.BgClassName
{
background-color: #D6AAFF;
}
</style>
border-color css
<style>
span { border-color: #D6AAFF; }
span { border-color: rgb(214,170,255); }
td.TdClassName
{
border-color: #D6AAFF;
}
.TagClassName
{
border-color: #D6AAFF;
}
</style>