Shades of Mauve #D9AAFD
Tints of Mauve #D9AAFD
RGB
CMYK
RGB Variations
Color information
#D9AAFD (or 0xD9AAFD) is known color: Mauve. HEX triplet: D9, AA and FD. RGB value is (217,170,253). Sum of RGB (Red+Green+Blue) = 217+170+253=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAFD is #265502. Grayscale: #C1C1C1. Windows color (decimal): -2512131 or 16624345. OLE color: 16624345.
HSL color Cylindrical-coordinate representation of color #D9AAFD: hue angle of 273.98º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9AAFD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 170 | 253 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.01 |
| HSL | 273.98º | 0.95% | 0.83% | - |
| HSV(B) | 273.98º | 0.33% | 0.99% | - |
| XYZ | 60.72 | 50.59 | 99.49 | - |
| YUV | 193.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 253 | 0.14 | 0.33 | 0 | 0.01 | 273.98 | 0.95 | 0.83 |
| Hex | D9 | AA | FD | E | 21 | 0 | 1 | 112 | 5F | 53 |
| Octal | 331 | 252 | 375 | 16 | 41 | 0 | 1 | 422 | 137 | 123 |
| Binary | 11011001 | 10101010 | 11111101 | 1110 | 100001 | 0 | 1 | 100010010 | 1011111 | 1010011 |
Color Harmonies of #D9AAFD
Complementary color
Monochromatic Colors of #D9AAFD
Black with #D9AAFD
Text Example
Text Example
White with #D9AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAFD; }
p { color: rgb(217,170,253); }
H1.HeaderClassName
{
color: #D9AAFD;
}
.AnyTagClassName
{
color: #D9AAFD;
}
</style>
background-color css
<style>
a { background-color: #D9AAFD; }
a { background-color: rgb(217,170,253); }
div.DivClassName
{
background-color: #D9AAFD;
}
.BgClassName
{
background-color: #D9AAFD;
}
</style>
border-color css
<style>
span { border-color: #D9AAFD; }
span { border-color: rgb(217,170,253); }
td.TdClassName
{
border-color: #D9AAFD;
}
.TagClassName
{
border-color: #D9AAFD;
}
</style>