Shades of Mauve #D1ADF1
Tints of Mauve #D1ADF1
RGB
CMYK
RGB Variations
Color information
#D1ADF1 (or 0xD1ADF1) is known color: Mauve. HEX triplet: D1, AD and F1. RGB value is (209,173,241). Sum of RGB (Red+Green+Blue) = 209+173+241=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADF1 is #2E520E. Grayscale: #BFBFBF. Windows color (decimal): -3035663 or 15838673. OLE color: 15838673.
HSL color Cylindrical-coordinate representation of color #D1ADF1: hue angle of 271.76º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1ADF1 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 173 | 241 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.05 |
| HSL | 271.76º | 0.71% | 0.81% | - |
| HSV(B) | 271.76º | 0.28% | 0.95% | - |
| XYZ | 57.12 | 49.79 | 89.82 | - |
| YUV | 191.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 241 | 0.13 | 0.28 | 0 | 0.05 | 271.76 | 0.71 | 0.81 |
| Hex | D1 | AD | F1 | D | 1C | 0 | 5 | 110 | 47 | 51 |
| Octal | 321 | 255 | 361 | 15 | 34 | 0 | 5 | 420 | 107 | 121 |
| Binary | 11010001 | 10101101 | 11110001 | 1101 | 11100 | 0 | 101 | 100010000 | 1000111 | 1010001 |
Color Harmonies of #D1ADF1
Complementary color
Monochromatic Colors of #D1ADF1
Black with #D1ADF1
Text Example
Text Example
White with #D1ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADF1; }
p { color: rgb(209,173,241); }
H1.HeaderClassName
{
color: #D1ADF1;
}
.AnyTagClassName
{
color: #D1ADF1;
}
</style>
background-color css
<style>
a { background-color: #D1ADF1; }
a { background-color: rgb(209,173,241); }
div.DivClassName
{
background-color: #D1ADF1;
}
.BgClassName
{
background-color: #D1ADF1;
}
</style>
border-color css
<style>
span { border-color: #D1ADF1; }
span { border-color: rgb(209,173,241); }
td.TdClassName
{
border-color: #D1ADF1;
}
.TagClassName
{
border-color: #D1ADF1;
}
</style>