Shades of Mauve #D9ADF6
Tints of Mauve #D9ADF6
RGB
CMYK
RGB Variations
Color information
#D9ADF6 (or 0xD9ADF6) is known color: Mauve. HEX triplet: D9, AD and F6. RGB value is (217,173,246). Sum of RGB (Red+Green+Blue) = 217+173+246=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADF6 is #265209. Grayscale: #C2C2C2. Windows color (decimal): -2511370 or 16166361. OLE color: 16166361.
HSL color Cylindrical-coordinate representation of color #D9ADF6: hue angle of 276.16º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9ADF6 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 173 | 246 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.04 |
| HSL | 276.16º | 0.8% | 0.82% | - |
| HSV(B) | 276.16º | 0.3% | 0.96% | - |
| XYZ | 60.19 | 51.29 | 93.92 | - |
| YUV | 194.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 246 | 0.12 | 0.30 | 0 | 0.04 | 276.16 | 0.8 | 0.82 |
| Hex | D9 | AD | F6 | C | 1E | 0 | 4 | 114 | 50 | 52 |
| Octal | 331 | 255 | 366 | 14 | 36 | 0 | 4 | 424 | 120 | 122 |
| Binary | 11011001 | 10101101 | 11110110 | 1100 | 11110 | 0 | 100 | 100010100 | 1010000 | 1010010 |
Color Harmonies of #D9ADF6
Complementary color
Monochromatic Colors of #D9ADF6
Black with #D9ADF6
Text Example
Text Example
White with #D9ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADF6; }
p { color: rgb(217,173,246); }
H1.HeaderClassName
{
color: #D9ADF6;
}
.AnyTagClassName
{
color: #D9ADF6;
}
</style>
background-color css
<style>
a { background-color: #D9ADF6; }
a { background-color: rgb(217,173,246); }
div.DivClassName
{
background-color: #D9ADF6;
}
.BgClassName
{
background-color: #D9ADF6;
}
</style>
border-color css
<style>
span { border-color: #D9ADF6; }
span { border-color: rgb(217,173,246); }
td.TdClassName
{
border-color: #D9ADF6;
}
.TagClassName
{
border-color: #D9ADF6;
}
</style>