Shades of Mauve #D9AAFF
Tints of Mauve #D9AAFF
RGB
CMYK
RGB Variations
Color information
#D9AAFF (or 0xD9AAFF) is known color: Mauve. HEX triplet: D9, AA and FF. RGB value is (217,170,255). Sum of RGB (Red+Green+Blue) = 217+170+255=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAFF is #265500. Grayscale: #C1C1C1. Windows color (decimal): -2512129 or 16755417. OLE color: 16755417.
HSL color Cylindrical-coordinate representation of color #D9AAFF: hue angle of 273.18º 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 #D9AAFF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 170 | 255 | - |
| CMYK | 0.15 | 0.33 | 0 | 0 |
| HSL | 273.18º | 1% | 0.83% | - |
| HSV(B) | 273.18º | 0.33% | 1% | - |
| XYZ | 61.04 | 50.72 | 101.18 | - |
| YUV | 193.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 255 | 0.15 | 0.33 | 0 | 0 | 273.18 | 1 | 0.83 |
| Hex | D9 | AA | FF | F | 21 | 0 | 0 | 111 | 64 | 53 |
| Octal | 331 | 252 | 377 | 17 | 41 | 0 | 0 | 421 | 144 | 123 |
| Binary | 11011001 | 10101010 | 11111111 | 1111 | 100001 | 0 | 0 | 100010001 | 1100100 | 1010011 |
Color Harmonies of #D9AAFF
Complementary color
Monochromatic Colors of #D9AAFF
Black with #D9AAFF
Text Example
Text Example
White with #D9AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAFF; }
p { color: rgb(217,170,255); }
H1.HeaderClassName
{
color: #D9AAFF;
}
.AnyTagClassName
{
color: #D9AAFF;
}
</style>
background-color css
<style>
a { background-color: #D9AAFF; }
a { background-color: rgb(217,170,255); }
div.DivClassName
{
background-color: #D9AAFF;
}
.BgClassName
{
background-color: #D9AAFF;
}
</style>
border-color css
<style>
span { border-color: #D9AAFF; }
span { border-color: rgb(217,170,255); }
td.TdClassName
{
border-color: #D9AAFF;
}
.TagClassName
{
border-color: #D9AAFF;
}
</style>