Shades of Mauve #D2ACED
Tints of Mauve #D2ACED
RGB
CMYK
RGB Variations
Color information
#D2ACED (or 0xD2ACED) is known color: Mauve. HEX triplet: D2, AC and ED. RGB value is (210,172,237). Sum of RGB (Red+Green+Blue) = 210+172+237=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACED is #2D5312. Grayscale: #BEBEBE. Windows color (decimal): -2970387 or 15576274. OLE color: 15576274.
HSL color Cylindrical-coordinate representation of color #D2ACED: hue angle of 275.08º degrees, saturation: 0.64, 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 #D2ACED is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 172 | 237 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.07 |
| HSL | 275.08º | 0.64% | 0.8% | - |
| HSV(B) | 275.08º | 0.27% | 0.93% | - |
| XYZ | 56.62 | 49.32 | 86.66 | - |
| YUV | 190.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 237 | 0.11 | 0.27 | 0 | 0.07 | 275.08 | 0.64 | 0.8 |
| Hex | D2 | AC | ED | B | 1B | 0 | 7 | 113 | 40 | 50 |
| Octal | 322 | 254 | 355 | 13 | 33 | 0 | 7 | 423 | 100 | 120 |
| Binary | 11010010 | 10101100 | 11101101 | 1011 | 11011 | 0 | 111 | 100010011 | 1000000 | 1010000 |
Color Harmonies of #D2ACED
Complementary color
Monochromatic Colors of #D2ACED
Black with #D2ACED
Text Example
Text Example
White with #D2ACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACED; }
p { color: rgb(210,172,237); }
H1.HeaderClassName
{
color: #D2ACED;
}
.AnyTagClassName
{
color: #D2ACED;
}
</style>
background-color css
<style>
a { background-color: #D2ACED; }
a { background-color: rgb(210,172,237); }
div.DivClassName
{
background-color: #D2ACED;
}
.BgClassName
{
background-color: #D2ACED;
}
</style>
border-color css
<style>
span { border-color: #D2ACED; }
span { border-color: rgb(210,172,237); }
td.TdClassName
{
border-color: #D2ACED;
}
.TagClassName
{
border-color: #D2ACED;
}
</style>