Shades of Mauve #D9AAF9
Tints of Mauve #D9AAF9
RGB
CMYK
RGB Variations
Color information
#D9AAF9 (or 0xD9AAF9) is known color: Mauve. HEX triplet: D9, AA and F9. RGB value is (217,170,249). Sum of RGB (Red+Green+Blue) = 217+170+249=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9AAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAF9 is #265506. Grayscale: #C0C0C0. Windows color (decimal): -2512135 or 16362201. OLE color: 16362201.
HSL color Cylindrical-coordinate representation of color #D9AAF9: hue angle of 275.7º degrees, saturation: 0.87, 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 #D9AAF9 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 170 | 249 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.02 |
| HSL | 275.7º | 0.87% | 0.82% | - |
| HSV(B) | 275.7º | 0.32% | 0.98% | - |
| XYZ | 60.09 | 50.34 | 96.17 | - |
| YUV | 193.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 249 | 0.13 | 0.32 | 0 | 0.02 | 275.7 | 0.87 | 0.82 |
| Hex | D9 | AA | F9 | D | 20 | 0 | 2 | 114 | 57 | 52 |
| Octal | 331 | 252 | 371 | 15 | 40 | 0 | 2 | 424 | 127 | 122 |
| Binary | 11011001 | 10101010 | 11111001 | 1101 | 100000 | 0 | 10 | 100010100 | 1010111 | 1010010 |
Color Harmonies of #D9AAF9
Complementary color
Monochromatic Colors of #D9AAF9
Black with #D9AAF9
Text Example
Text Example
White with #D9AAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAF9; }
p { color: rgb(217,170,249); }
H1.HeaderClassName
{
color: #D9AAF9;
}
.AnyTagClassName
{
color: #D9AAF9;
}
</style>
background-color css
<style>
a { background-color: #D9AAF9; }
a { background-color: rgb(217,170,249); }
div.DivClassName
{
background-color: #D9AAF9;
}
.BgClassName
{
background-color: #D9AAF9;
}
</style>
border-color css
<style>
span { border-color: #D9AAF9; }
span { border-color: rgb(217,170,249); }
td.TdClassName
{
border-color: #D9AAF9;
}
.TagClassName
{
border-color: #D9AAF9;
}
</style>