Shades of Mauve #D7ADF0
Tints of Mauve #D7ADF0
RGB
CMYK
RGB Variations
Color information
#D7ADF0 (or 0xD7ADF0) is known color: Mauve. HEX triplet: D7, AD and F0. RGB value is (215,173,240). Sum of RGB (Red+Green+Blue) = 215+173+240=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADF0 is #28520F. Grayscale: #C0C0C0. Windows color (decimal): -2642448 or 15773143. OLE color: 15773143.
HSL color Cylindrical-coordinate representation of color #D7ADF0: hue angle of 277.61º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7ADF0 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 173 | 240 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.06 |
| HSL | 277.61º | 0.69% | 0.81% | - |
| HSV(B) | 277.61º | 0.28% | 0.94% | - |
| XYZ | 58.7 | 50.63 | 89.12 | - |
| YUV | 193.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 240 | 0.10 | 0.28 | 0 | 0.06 | 277.61 | 0.69 | 0.81 |
| Hex | D7 | AD | F0 | A | 1C | 0 | 6 | 116 | 45 | 51 |
| Octal | 327 | 255 | 360 | 12 | 34 | 0 | 6 | 426 | 105 | 121 |
| Binary | 11010111 | 10101101 | 11110000 | 1010 | 11100 | 0 | 110 | 100010110 | 1000101 | 1010001 |
Color Harmonies of #D7ADF0
Complementary color
Monochromatic Colors of #D7ADF0
Black with #D7ADF0
Text Example
Text Example
White with #D7ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADF0; }
p { color: rgb(215,173,240); }
H1.HeaderClassName
{
color: #D7ADF0;
}
.AnyTagClassName
{
color: #D7ADF0;
}
</style>
background-color css
<style>
a { background-color: #D7ADF0; }
a { background-color: rgb(215,173,240); }
div.DivClassName
{
background-color: #D7ADF0;
}
.BgClassName
{
background-color: #D7ADF0;
}
</style>
border-color css
<style>
span { border-color: #D7ADF0; }
span { border-color: rgb(215,173,240); }
td.TdClassName
{
border-color: #D7ADF0;
}
.TagClassName
{
border-color: #D7ADF0;
}
</style>