Shades of Mauve #D6AAF2
Tints of Mauve #D6AAF2
RGB
CMYK
RGB Variations
Color information
#D6AAF2 (or 0xD6AAF2) is known color: Mauve. HEX triplet: D6, AA and F2. RGB value is (214,170,242). Sum of RGB (Red+Green+Blue) = 214+170+242=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6AAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAF2 is #29550D. Grayscale: #BFBFBF. Windows color (decimal): -2708750 or 15903446. OLE color: 15903446.
HSL color Cylindrical-coordinate representation of color #D6AAF2: hue angle of 276.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6AAF2 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 170 | 242 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.05 |
| HSL | 276.67º | 0.73% | 0.81% | - |
| HSV(B) | 276.67º | 0.3% | 0.95% | - |
| XYZ | 58.13 | 49.46 | 90.49 | - |
| YUV | 191.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 242 | 0.12 | 0.30 | 0 | 0.05 | 276.67 | 0.73 | 0.81 |
| Hex | D6 | AA | F2 | C | 1E | 0 | 5 | 115 | 49 | 51 |
| Octal | 326 | 252 | 362 | 14 | 36 | 0 | 5 | 425 | 111 | 121 |
| Binary | 11010110 | 10101010 | 11110010 | 1100 | 11110 | 0 | 101 | 100010101 | 1001001 | 1010001 |
Color Harmonies of #D6AAF2
Complementary color
Monochromatic Colors of #D6AAF2
Black with #D6AAF2
Text Example
Text Example
White with #D6AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AAF2; }
p { color: rgb(214,170,242); }
H1.HeaderClassName
{
color: #D6AAF2;
}
.AnyTagClassName
{
color: #D6AAF2;
}
</style>
background-color css
<style>
a { background-color: #D6AAF2; }
a { background-color: rgb(214,170,242); }
div.DivClassName
{
background-color: #D6AAF2;
}
.BgClassName
{
background-color: #D6AAF2;
}
</style>
border-color css
<style>
span { border-color: #D6AAF2; }
span { border-color: rgb(214,170,242); }
td.TdClassName
{
border-color: #D6AAF2;
}
.TagClassName
{
border-color: #D6AAF2;
}
</style>