Shades of Mauve #D9AFE9
Tints of Mauve #D9AFE9
RGB
CMYK
RGB Variations
Color information
#D9AFE9 (or 0xD9AFE9) is known color: Mauve. HEX triplet: D9, AF and E9. RGB value is (217,175,233). Sum of RGB (Red+Green+Blue) = 217+175+233=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9AFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFE9 is #265016. Grayscale: #C1C1C1. Windows color (decimal): -2510871 or 15314905. OLE color: 15314905.
HSL color Cylindrical-coordinate representation of color #D9AFE9: hue angle of 283.45º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9AFE9 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 175 | 233 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.09 |
| HSL | 283.45º | 0.57% | 0.8% | - |
| HSV(B) | 283.45º | 0.25% | 0.91% | - |
| XYZ | 58.65 | 51.29 | 83.9 | - |
| YUV | 194.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 233 | 0.07 | 0.25 | 0 | 0.09 | 283.45 | 0.57 | 0.8 |
| Hex | D9 | AF | E9 | 7 | 19 | 0 | 9 | 11B | 39 | 50 |
| Octal | 331 | 257 | 351 | 7 | 31 | 0 | 11 | 433 | 71 | 120 |
| Binary | 11011001 | 10101111 | 11101001 | 111 | 11001 | 0 | 1001 | 100011011 | 111001 | 1010000 |
Color Harmonies of #D9AFE9
Complementary color
Monochromatic Colors of #D9AFE9
Black with #D9AFE9
Text Example
Text Example
White with #D9AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFE9; }
p { color: rgb(217,175,233); }
H1.HeaderClassName
{
color: #D9AFE9;
}
.AnyTagClassName
{
color: #D9AFE9;
}
</style>
background-color css
<style>
a { background-color: #D9AFE9; }
a { background-color: rgb(217,175,233); }
div.DivClassName
{
background-color: #D9AFE9;
}
.BgClassName
{
background-color: #D9AFE9;
}
</style>
border-color css
<style>
span { border-color: #D9AFE9; }
span { border-color: rgb(217,175,233); }
td.TdClassName
{
border-color: #D9AFE9;
}
.TagClassName
{
border-color: #D9AFE9;
}
</style>