Shades of Mauve #D2ADEC
Tints of Mauve #D2ADEC
RGB
CMYK
RGB Variations
Color information
#D2ADEC (or 0xD2ADEC) is known color: Mauve. HEX triplet: D2, AD and EC. RGB value is (210,173,236). Sum of RGB (Red+Green+Blue) = 210+173+236=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADEC is #2D5213. Grayscale: #BFBFBF. Windows color (decimal): -2970132 or 15510994. OLE color: 15510994.
HSL color Cylindrical-coordinate representation of color #D2ADEC: hue angle of 275.24º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2ADEC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 173 | 236 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.07 |
| HSL | 275.24º | 0.62% | 0.8% | - |
| HSV(B) | 275.24º | 0.27% | 0.93% | - |
| XYZ | 56.66 | 49.64 | 85.95 | - |
| YUV | 191.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 236 | 0.11 | 0.27 | 0 | 0.07 | 275.24 | 0.62 | 0.8 |
| Hex | D2 | AD | EC | B | 1B | 0 | 7 | 113 | 3E | 50 |
| Octal | 322 | 255 | 354 | 13 | 33 | 0 | 7 | 423 | 76 | 120 |
| Binary | 11010010 | 10101101 | 11101100 | 1011 | 11011 | 0 | 111 | 100010011 | 111110 | 1010000 |
Color Harmonies of #D2ADEC
Complementary color
Monochromatic Colors of #D2ADEC
Black with #D2ADEC
Text Example
Text Example
White with #D2ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADEC; }
p { color: rgb(210,173,236); }
H1.HeaderClassName
{
color: #D2ADEC;
}
.AnyTagClassName
{
color: #D2ADEC;
}
</style>
background-color css
<style>
a { background-color: #D2ADEC; }
a { background-color: rgb(210,173,236); }
div.DivClassName
{
background-color: #D2ADEC;
}
.BgClassName
{
background-color: #D2ADEC;
}
</style>
border-color css
<style>
span { border-color: #D2ADEC; }
span { border-color: rgb(210,173,236); }
td.TdClassName
{
border-color: #D2ADEC;
}
.TagClassName
{
border-color: #D2ADEC;
}
</style>