Shades of Mauve #D2ADF7
Tints of Mauve #D2ADF7
RGB
CMYK
RGB Variations
Color information
#D2ADF7 (or 0xD2ADF7) is known color: Mauve. HEX triplet: D2, AD and F7. RGB value is (210,173,247). Sum of RGB (Red+Green+Blue) = 210+173+247=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #D2ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADF7 is #2D5208. Grayscale: #C0C0C0. Windows color (decimal): -2970121 or 16231890. OLE color: 16231890.
HSL color Cylindrical-coordinate representation of color #D2ADF7: hue angle of 270º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2ADF7 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 173 | 247 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.03 |
| HSL | 270º | 0.82% | 0.82% | - |
| HSV(B) | 270º | 0.3% | 0.97% | - |
| XYZ | 58.31 | 50.3 | 94.63 | - |
| YUV | 192.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 247 | 0.15 | 0.30 | 0 | 0.03 | 270 | 0.82 | 0.82 |
| Hex | D2 | AD | F7 | F | 1E | 0 | 3 | 10E | 52 | 52 |
| Octal | 322 | 255 | 367 | 17 | 36 | 0 | 3 | 416 | 122 | 122 |
| Binary | 11010010 | 10101101 | 11110111 | 1111 | 11110 | 0 | 11 | 100001110 | 1010010 | 1010010 |
Color Harmonies of #D2ADF7
Complementary color
Monochromatic Colors of #D2ADF7
Black with #D2ADF7
Text Example
Text Example
White with #D2ADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADF7; }
p { color: rgb(210,173,247); }
H1.HeaderClassName
{
color: #D2ADF7;
}
.AnyTagClassName
{
color: #D2ADF7;
}
</style>
background-color css
<style>
a { background-color: #D2ADF7; }
a { background-color: rgb(210,173,247); }
div.DivClassName
{
background-color: #D2ADF7;
}
.BgClassName
{
background-color: #D2ADF7;
}
</style>
border-color css
<style>
span { border-color: #D2ADF7; }
span { border-color: rgb(210,173,247); }
td.TdClassName
{
border-color: #D2ADF7;
}
.TagClassName
{
border-color: #D2ADF7;
}
</style>