Shades of Mauve #D7ADF2
Tints of Mauve #D7ADF2
RGB
CMYK
RGB Variations
Color information
#D7ADF2 (or 0xD7ADF2) is known color: Mauve. HEX triplet: D7, AD and F2. RGB value is (215,173,242). Sum of RGB (Red+Green+Blue) = 215+173+242=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADF2 is #28520D. Grayscale: #C1C1C1. Windows color (decimal): -2642446 or 15904215. OLE color: 15904215.
HSL color Cylindrical-coordinate representation of color #D7ADF2: hue angle of 276.52º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7ADF2 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 173 | 242 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.05 |
| HSL | 276.52º | 0.73% | 0.81% | - |
| HSV(B) | 276.52º | 0.29% | 0.95% | - |
| XYZ | 58.99 | 50.75 | 90.69 | - |
| YUV | 193.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 242 | 0.11 | 0.29 | 0 | 0.05 | 276.52 | 0.73 | 0.81 |
| Hex | D7 | AD | F2 | B | 1D | 0 | 5 | 115 | 49 | 51 |
| Octal | 327 | 255 | 362 | 13 | 35 | 0 | 5 | 425 | 111 | 121 |
| Binary | 11010111 | 10101101 | 11110010 | 1011 | 11101 | 0 | 101 | 100010101 | 1001001 | 1010001 |
Color Harmonies of #D7ADF2
Complementary color
Monochromatic Colors of #D7ADF2
Black with #D7ADF2
Text Example
Text Example
White with #D7ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADF2; }
p { color: rgb(215,173,242); }
H1.HeaderClassName
{
color: #D7ADF2;
}
.AnyTagClassName
{
color: #D7ADF2;
}
</style>
background-color css
<style>
a { background-color: #D7ADF2; }
a { background-color: rgb(215,173,242); }
div.DivClassName
{
background-color: #D7ADF2;
}
.BgClassName
{
background-color: #D7ADF2;
}
</style>
border-color css
<style>
span { border-color: #D7ADF2; }
span { border-color: rgb(215,173,242); }
td.TdClassName
{
border-color: #D7ADF2;
}
.TagClassName
{
border-color: #D7ADF2;
}
</style>