Shades of Mauve #D9AAF7
Tints of Mauve #D9AAF7
RGB
CMYK
RGB Variations
Color information
#D9AAF7 (or 0xD9AAF7) is known color: Mauve. HEX triplet: D9, AA and F7. RGB value is (217,170,247). Sum of RGB (Red+Green+Blue) = 217+170+247=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAF7 is #265508. Grayscale: #C0C0C0. Windows color (decimal): -2512137 or 16231129. OLE color: 16231129.
HSL color Cylindrical-coordinate representation of color #D9AAF7: hue angle of 276.62º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9AAF7 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 170 | 247 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.03 |
| HSL | 276.62º | 0.83% | 0.82% | - |
| HSV(B) | 276.62º | 0.31% | 0.97% | - |
| XYZ | 59.78 | 50.22 | 94.54 | - |
| YUV | 192.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 247 | 0.12 | 0.31 | 0 | 0.03 | 276.62 | 0.83 | 0.82 |
| Hex | D9 | AA | F7 | C | 1F | 0 | 3 | 115 | 53 | 52 |
| Octal | 331 | 252 | 367 | 14 | 37 | 0 | 3 | 425 | 123 | 122 |
| Binary | 11011001 | 10101010 | 11110111 | 1100 | 11111 | 0 | 11 | 100010101 | 1010011 | 1010010 |
Color Harmonies of #D9AAF7
Complementary color
Monochromatic Colors of #D9AAF7
Black with #D9AAF7
Text Example
Text Example
White with #D9AAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAF7; }
p { color: rgb(217,170,247); }
H1.HeaderClassName
{
color: #D9AAF7;
}
.AnyTagClassName
{
color: #D9AAF7;
}
</style>
background-color css
<style>
a { background-color: #D9AAF7; }
a { background-color: rgb(217,170,247); }
div.DivClassName
{
background-color: #D9AAF7;
}
.BgClassName
{
background-color: #D9AAF7;
}
</style>
border-color css
<style>
span { border-color: #D9AAF7; }
span { border-color: rgb(217,170,247); }
td.TdClassName
{
border-color: #D9AAF7;
}
.TagClassName
{
border-color: #D9AAF7;
}
</style>