Shades of Mauve #D2ADF2
Tints of Mauve #D2ADF2
RGB
CMYK
RGB Variations
Color information
#D2ADF2 (or 0xD2ADF2) is known color: Mauve. HEX triplet: D2, AD and F2. RGB value is (210,173,242). Sum of RGB (Red+Green+Blue) = 210+173+242=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADF2 is #2D520D. Grayscale: #BFBFBF. Windows color (decimal): -2970126 or 15904210. OLE color: 15904210.
HSL color Cylindrical-coordinate representation of color #D2ADF2: hue angle of 272.17º 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 #D2ADF2 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 173 | 242 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.05 |
| HSL | 272.17º | 0.73% | 0.81% | - |
| HSV(B) | 272.17º | 0.29% | 0.95% | - |
| XYZ | 57.55 | 50 | 90.62 | - |
| YUV | 191.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 242 | 0.13 | 0.29 | 0 | 0.05 | 272.17 | 0.73 | 0.81 |
| Hex | D2 | AD | F2 | D | 1D | 0 | 5 | 110 | 49 | 51 |
| Octal | 322 | 255 | 362 | 15 | 35 | 0 | 5 | 420 | 111 | 121 |
| Binary | 11010010 | 10101101 | 11110010 | 1101 | 11101 | 0 | 101 | 100010000 | 1001001 | 1010001 |
Color Harmonies of #D2ADF2
Complementary color
Monochromatic Colors of #D2ADF2
Black with #D2ADF2
Text Example
Text Example
White with #D2ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADF2; }
p { color: rgb(210,173,242); }
H1.HeaderClassName
{
color: #D2ADF2;
}
.AnyTagClassName
{
color: #D2ADF2;
}
</style>
background-color css
<style>
a { background-color: #D2ADF2; }
a { background-color: rgb(210,173,242); }
div.DivClassName
{
background-color: #D2ADF2;
}
.BgClassName
{
background-color: #D2ADF2;
}
</style>
border-color css
<style>
span { border-color: #D2ADF2; }
span { border-color: rgb(210,173,242); }
td.TdClassName
{
border-color: #D2ADF2;
}
.TagClassName
{
border-color: #D2ADF2;
}
</style>