Shades of Mauve #D8ACED
Tints of Mauve #D8ACED
RGB
CMYK
RGB Variations
Color information
#D8ACED (or 0xD8ACED) is known color: Mauve. HEX triplet: D8, AC and ED. RGB value is (216,172,237). Sum of RGB (Red+Green+Blue) = 216+172+237=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACED is #275312. Grayscale: #C0C0C0. Windows color (decimal): -2577171 or 15576280. OLE color: 15576280.
HSL color Cylindrical-coordinate representation of color #D8ACED: hue angle of 280.62º 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 #D8ACED is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 172 | 237 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.07 |
| HSL | 280.62º | 0.64% | 0.8% | - |
| HSV(B) | 280.62º | 0.27% | 0.93% | - |
| XYZ | 58.36 | 50.22 | 86.74 | - |
| YUV | 192.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 237 | 0.09 | 0.27 | 0 | 0.07 | 280.62 | 0.64 | 0.8 |
| Hex | D8 | AC | ED | 9 | 1B | 0 | 7 | 119 | 40 | 50 |
| Octal | 330 | 254 | 355 | 11 | 33 | 0 | 7 | 431 | 100 | 120 |
| Binary | 11011000 | 10101100 | 11101101 | 1001 | 11011 | 0 | 111 | 100011001 | 1000000 | 1010000 |
Color Harmonies of #D8ACED
Complementary color
Monochromatic Colors of #D8ACED
Black with #D8ACED
Text Example
Text Example
White with #D8ACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACED; }
p { color: rgb(216,172,237); }
H1.HeaderClassName
{
color: #D8ACED;
}
.AnyTagClassName
{
color: #D8ACED;
}
</style>
background-color css
<style>
a { background-color: #D8ACED; }
a { background-color: rgb(216,172,237); }
div.DivClassName
{
background-color: #D8ACED;
}
.BgClassName
{
background-color: #D8ACED;
}
</style>
border-color css
<style>
span { border-color: #D8ACED; }
span { border-color: rgb(216,172,237); }
td.TdClassName
{
border-color: #D8ACED;
}
.TagClassName
{
border-color: #D8ACED;
}
</style>