Shades of Mauve #D9ADF8
Tints of Mauve #D9ADF8
RGB
CMYK
RGB Variations
Color information
#D9ADF8 (or 0xD9ADF8) is known color: Mauve. HEX triplet: D9, AD and F8. RGB value is (217,173,248). Sum of RGB (Red+Green+Blue) = 217+173+248=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9ADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADF8 is #265207. Grayscale: #C2C2C2. Windows color (decimal): -2511368 or 16297433. OLE color: 16297433.
HSL color Cylindrical-coordinate representation of color #D9ADF8: hue angle of 275.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9ADF8 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 173 | 248 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.03 |
| HSL | 275.2º | 0.84% | 0.83% | - |
| HSV(B) | 275.2º | 0.3% | 0.97% | - |
| XYZ | 60.5 | 51.42 | 95.54 | - |
| YUV | 194.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 248 | 0.12 | 0.30 | 0 | 0.03 | 275.2 | 0.84 | 0.83 |
| Hex | D9 | AD | F8 | C | 1E | 0 | 3 | 113 | 54 | 53 |
| Octal | 331 | 255 | 370 | 14 | 36 | 0 | 3 | 423 | 124 | 123 |
| Binary | 11011001 | 10101101 | 11111000 | 1100 | 11110 | 0 | 11 | 100010011 | 1010100 | 1010011 |
Color Harmonies of #D9ADF8
Complementary color
Monochromatic Colors of #D9ADF8
Black with #D9ADF8
Text Example
Text Example
White with #D9ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADF8; }
p { color: rgb(217,173,248); }
H1.HeaderClassName
{
color: #D9ADF8;
}
.AnyTagClassName
{
color: #D9ADF8;
}
</style>
background-color css
<style>
a { background-color: #D9ADF8; }
a { background-color: rgb(217,173,248); }
div.DivClassName
{
background-color: #D9ADF8;
}
.BgClassName
{
background-color: #D9ADF8;
}
</style>
border-color css
<style>
span { border-color: #D9ADF8; }
span { border-color: rgb(217,173,248); }
td.TdClassName
{
border-color: #D9ADF8;
}
.TagClassName
{
border-color: #D9ADF8;
}
</style>