Shades of Mauve #D8ADF1
Tints of Mauve #D8ADF1
RGB
CMYK
RGB Variations
Color information
#D8ADF1 (or 0xD8ADF1) is known color: Mauve. HEX triplet: D8, AD and F1. RGB value is (216,173,241). Sum of RGB (Red+Green+Blue) = 216+173+241=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADF1 is #27520E. Grayscale: #C1C1C1. Windows color (decimal): -2576911 or 15838680. OLE color: 15838680.
HSL color Cylindrical-coordinate representation of color #D8ADF1: hue angle of 277.94º 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 #D8ADF1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 173 | 241 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.05 |
| HSL | 277.94º | 0.71% | 0.81% | - |
| HSV(B) | 277.94º | 0.28% | 0.95% | - |
| XYZ | 59.14 | 50.84 | 89.91 | - |
| YUV | 193.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 241 | 0.10 | 0.28 | 0 | 0.05 | 277.94 | 0.71 | 0.81 |
| Hex | D8 | AD | F1 | A | 1C | 0 | 5 | 116 | 47 | 51 |
| Octal | 330 | 255 | 361 | 12 | 34 | 0 | 5 | 426 | 107 | 121 |
| Binary | 11011000 | 10101101 | 11110001 | 1010 | 11100 | 0 | 101 | 100010110 | 1000111 | 1010001 |
Color Harmonies of #D8ADF1
Complementary color
Monochromatic Colors of #D8ADF1
Black with #D8ADF1
Text Example
Text Example
White with #D8ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADF1; }
p { color: rgb(216,173,241); }
H1.HeaderClassName
{
color: #D8ADF1;
}
.AnyTagClassName
{
color: #D8ADF1;
}
</style>
background-color css
<style>
a { background-color: #D8ADF1; }
a { background-color: rgb(216,173,241); }
div.DivClassName
{
background-color: #D8ADF1;
}
.BgClassName
{
background-color: #D8ADF1;
}
</style>
border-color css
<style>
span { border-color: #D8ADF1; }
span { border-color: rgb(216,173,241); }
td.TdClassName
{
border-color: #D8ADF1;
}
.TagClassName
{
border-color: #D8ADF1;
}
</style>