Shades of Mauve #D9AAF3
Tints of Mauve #D9AAF3
RGB
CMYK
RGB Variations
Color information
#D9AAF3 (or 0xD9AAF3) is known color: Mauve. HEX triplet: D9, AA and F3. RGB value is (217,170,243). Sum of RGB (Red+Green+Blue) = 217+170+243=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAF3 is #26550C. Grayscale: #C0C0C0. Windows color (decimal): -2512141 or 15968985. OLE color: 15968985.
HSL color Cylindrical-coordinate representation of color #D9AAF3: hue angle of 278.63º 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 #D9AAF3 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 170 | 243 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.05 |
| HSL | 278.63º | 0.75% | 0.81% | - |
| HSV(B) | 278.63º | 0.3% | 0.95% | - |
| XYZ | 59.17 | 49.97 | 91.32 | - |
| YUV | 192.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 243 | 0.11 | 0.30 | 0 | 0.05 | 278.63 | 0.75 | 0.81 |
| Hex | D9 | AA | F3 | B | 1E | 0 | 5 | 117 | 4B | 51 |
| Octal | 331 | 252 | 363 | 13 | 36 | 0 | 5 | 427 | 113 | 121 |
| Binary | 11011001 | 10101010 | 11110011 | 1011 | 11110 | 0 | 101 | 100010111 | 1001011 | 1010001 |
Color Harmonies of #D9AAF3
Complementary color
Monochromatic Colors of #D9AAF3
Black with #D9AAF3
Text Example
Text Example
White with #D9AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAF3; }
p { color: rgb(217,170,243); }
H1.HeaderClassName
{
color: #D9AAF3;
}
.AnyTagClassName
{
color: #D9AAF3;
}
</style>
background-color css
<style>
a { background-color: #D9AAF3; }
a { background-color: rgb(217,170,243); }
div.DivClassName
{
background-color: #D9AAF3;
}
.BgClassName
{
background-color: #D9AAF3;
}
</style>
border-color css
<style>
span { border-color: #D9AAF3; }
span { border-color: rgb(217,170,243); }
td.TdClassName
{
border-color: #D9AAF3;
}
.TagClassName
{
border-color: #D9AAF3;
}
</style>