Shades of Mauve #D7ADF1
Tints of Mauve #D7ADF1
RGB
CMYK
RGB Variations
Color information
#D7ADF1 (or 0xD7ADF1) is known color: Mauve. HEX triplet: D7, AD and F1. RGB value is (215,173,241). Sum of RGB (Red+Green+Blue) = 215+173+241=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADF1 is #28520E. Grayscale: #C1C1C1. Windows color (decimal): -2642447 or 15838679. OLE color: 15838679.
HSL color Cylindrical-coordinate representation of color #D7ADF1: hue angle of 277.06º 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 #D7ADF1 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 173 | 241 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.05 |
| HSL | 277.06º | 0.71% | 0.81% | - |
| HSV(B) | 277.06º | 0.28% | 0.95% | - |
| XYZ | 58.85 | 50.69 | 89.9 | - |
| YUV | 193.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 241 | 0.11 | 0.28 | 0 | 0.05 | 277.06 | 0.71 | 0.81 |
| Hex | D7 | AD | F1 | B | 1C | 0 | 5 | 115 | 47 | 51 |
| Octal | 327 | 255 | 361 | 13 | 34 | 0 | 5 | 425 | 107 | 121 |
| Binary | 11010111 | 10101101 | 11110001 | 1011 | 11100 | 0 | 101 | 100010101 | 1000111 | 1010001 |
Color Harmonies of #D7ADF1
Complementary color
Monochromatic Colors of #D7ADF1
Black with #D7ADF1
Text Example
Text Example
White with #D7ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADF1; }
p { color: rgb(215,173,241); }
H1.HeaderClassName
{
color: #D7ADF1;
}
.AnyTagClassName
{
color: #D7ADF1;
}
</style>
background-color css
<style>
a { background-color: #D7ADF1; }
a { background-color: rgb(215,173,241); }
div.DivClassName
{
background-color: #D7ADF1;
}
.BgClassName
{
background-color: #D7ADF1;
}
</style>
border-color css
<style>
span { border-color: #D7ADF1; }
span { border-color: rgb(215,173,241); }
td.TdClassName
{
border-color: #D7ADF1;
}
.TagClassName
{
border-color: #D7ADF1;
}
</style>