Shades of Mauve #D2ADF6
Tints of Mauve #D2ADF6
RGB
CMYK
RGB Variations
Color information
#D2ADF6 (or 0xD2ADF6) is known color: Mauve. HEX triplet: D2, AD and F6. RGB value is (210,173,246). Sum of RGB (Red+Green+Blue) = 210+173+246=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADF6 is #2D5209. Grayscale: #C0C0C0. Windows color (decimal): -2970122 or 16166354. OLE color: 16166354.
HSL color Cylindrical-coordinate representation of color #D2ADF6: hue angle of 270.41º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2ADF6 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 173 | 246 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.04 |
| HSL | 270.41º | 0.8% | 0.82% | - |
| HSV(B) | 270.41º | 0.3% | 0.96% | - |
| XYZ | 58.16 | 50.24 | 93.82 | - |
| YUV | 192.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 246 | 0.15 | 0.30 | 0 | 0.04 | 270.41 | 0.8 | 0.82 |
| Hex | D2 | AD | F6 | F | 1E | 0 | 4 | 10E | 50 | 52 |
| Octal | 322 | 255 | 366 | 17 | 36 | 0 | 4 | 416 | 120 | 122 |
| Binary | 11010010 | 10101101 | 11110110 | 1111 | 11110 | 0 | 100 | 100001110 | 1010000 | 1010010 |
Color Harmonies of #D2ADF6
Complementary color
Monochromatic Colors of #D2ADF6
Black with #D2ADF6
Text Example
Text Example
White with #D2ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADF6; }
p { color: rgb(210,173,246); }
H1.HeaderClassName
{
color: #D2ADF6;
}
.AnyTagClassName
{
color: #D2ADF6;
}
</style>
background-color css
<style>
a { background-color: #D2ADF6; }
a { background-color: rgb(210,173,246); }
div.DivClassName
{
background-color: #D2ADF6;
}
.BgClassName
{
background-color: #D2ADF6;
}
</style>
border-color css
<style>
span { border-color: #D2ADF6; }
span { border-color: rgb(210,173,246); }
td.TdClassName
{
border-color: #D2ADF6;
}
.TagClassName
{
border-color: #D2ADF6;
}
</style>