Shades of Mauve #D1ADF8
Tints of Mauve #D1ADF8
RGB
CMYK
RGB Variations
Color information
#D1ADF8 (or 0xD1ADF8) is known color: Mauve. HEX triplet: D1, AD and F8. RGB value is (209,173,248). Sum of RGB (Red+Green+Blue) = 209+173+248=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #D1ADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADF8 is #2E5207. Grayscale: #C0C0C0. Windows color (decimal): -3035656 or 16297425. OLE color: 16297425.
HSL color Cylindrical-coordinate representation of color #D1ADF8: hue angle of 268.8º 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 #D1ADF8 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 173 | 248 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.03 |
| HSL | 268.8º | 0.84% | 0.83% | - |
| HSV(B) | 268.8º | 0.3% | 0.97% | - |
| XYZ | 58.18 | 50.22 | 95.43 | - |
| YUV | 192.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 248 | 0.16 | 0.30 | 0 | 0.03 | 268.8 | 0.84 | 0.83 |
| Hex | D1 | AD | F8 | 10 | 1E | 0 | 3 | 10D | 54 | 53 |
| Octal | 321 | 255 | 370 | 20 | 36 | 0 | 3 | 415 | 124 | 123 |
| Binary | 11010001 | 10101101 | 11111000 | 10000 | 11110 | 0 | 11 | 100001101 | 1010100 | 1010011 |
Color Harmonies of #D1ADF8
Complementary color
Monochromatic Colors of #D1ADF8
Black with #D1ADF8
Text Example
Text Example
White with #D1ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADF8; }
p { color: rgb(209,173,248); }
H1.HeaderClassName
{
color: #D1ADF8;
}
.AnyTagClassName
{
color: #D1ADF8;
}
</style>
background-color css
<style>
a { background-color: #D1ADF8; }
a { background-color: rgb(209,173,248); }
div.DivClassName
{
background-color: #D1ADF8;
}
.BgClassName
{
background-color: #D1ADF8;
}
</style>
border-color css
<style>
span { border-color: #D1ADF8; }
span { border-color: rgb(209,173,248); }
td.TdClassName
{
border-color: #D1ADF8;
}
.TagClassName
{
border-color: #D1ADF8;
}
</style>