Shades of Mauve #D6AAF3
Tints of Mauve #D6AAF3
RGB
CMYK
RGB Variations
Color information
#D6AAF3 (or 0xD6AAF3) is known color: Mauve. HEX triplet: D6, AA and F3. RGB value is (214,170,243). Sum of RGB (Red+Green+Blue) = 214+170+243=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAF3 is #29550C. Grayscale: #BFBFBF. Windows color (decimal): -2708749 or 15968982. OLE color: 15968982.
HSL color Cylindrical-coordinate representation of color #D6AAF3: hue angle of 276.16º degrees, saturation: 0.75, 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 #D6AAF3 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 170 | 243 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.05 |
| HSL | 276.16º | 0.75% | 0.81% | - |
| HSV(B) | 276.16º | 0.3% | 0.95% | - |
| XYZ | 58.28 | 49.52 | 91.28 | - |
| YUV | 191.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 243 | 0.12 | 0.30 | 0 | 0.05 | 276.16 | 0.75 | 0.81 |
| Hex | D6 | AA | F3 | C | 1E | 0 | 5 | 114 | 4B | 51 |
| Octal | 326 | 252 | 363 | 14 | 36 | 0 | 5 | 424 | 113 | 121 |
| Binary | 11010110 | 10101010 | 11110011 | 1100 | 11110 | 0 | 101 | 100010100 | 1001011 | 1010001 |
Color Harmonies of #D6AAF3
Complementary color
Monochromatic Colors of #D6AAF3
Black with #D6AAF3
Text Example
Text Example
White with #D6AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AAF3; }
p { color: rgb(214,170,243); }
H1.HeaderClassName
{
color: #D6AAF3;
}
.AnyTagClassName
{
color: #D6AAF3;
}
</style>
background-color css
<style>
a { background-color: #D6AAF3; }
a { background-color: rgb(214,170,243); }
div.DivClassName
{
background-color: #D6AAF3;
}
.BgClassName
{
background-color: #D6AAF3;
}
</style>
border-color css
<style>
span { border-color: #D6AAF3; }
span { border-color: rgb(214,170,243); }
td.TdClassName
{
border-color: #D6AAF3;
}
.TagClassName
{
border-color: #D6AAF3;
}
</style>