Shades of Mauve #D1ACED
Tints of Mauve #D1ACED
RGB
CMYK
RGB Variations
Color information
#D1ACED (or 0xD1ACED) is known color: Mauve. HEX triplet: D1, AC and ED. RGB value is (209,172,237). Sum of RGB (Red+Green+Blue) = 209+172+237=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACED is #2E5312. Grayscale: #BEBEBE. Windows color (decimal): -3035923 or 15576273. OLE color: 15576273.
HSL color Cylindrical-coordinate representation of color #D1ACED: hue angle of 274.15º 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 #D1ACED is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 172 | 237 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.07 |
| HSL | 274.15º | 0.64% | 0.8% | - |
| HSV(B) | 274.15º | 0.27% | 0.93% | - |
| XYZ | 56.33 | 49.17 | 86.64 | - |
| YUV | 190.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 237 | 0.12 | 0.27 | 0 | 0.07 | 274.15 | 0.64 | 0.8 |
| Hex | D1 | AC | ED | C | 1B | 0 | 7 | 112 | 40 | 50 |
| Octal | 321 | 254 | 355 | 14 | 33 | 0 | 7 | 422 | 100 | 120 |
| Binary | 11010001 | 10101100 | 11101101 | 1100 | 11011 | 0 | 111 | 100010010 | 1000000 | 1010000 |
Color Harmonies of #D1ACED
Complementary color
Monochromatic Colors of #D1ACED
Black with #D1ACED
Text Example
Text Example
White with #D1ACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACED; }
p { color: rgb(209,172,237); }
H1.HeaderClassName
{
color: #D1ACED;
}
.AnyTagClassName
{
color: #D1ACED;
}
</style>
background-color css
<style>
a { background-color: #D1ACED; }
a { background-color: rgb(209,172,237); }
div.DivClassName
{
background-color: #D1ACED;
}
.BgClassName
{
background-color: #D1ACED;
}
</style>
border-color css
<style>
span { border-color: #D1ACED; }
span { border-color: rgb(209,172,237); }
td.TdClassName
{
border-color: #D1ACED;
}
.TagClassName
{
border-color: #D1ACED;
}
</style>