Shades of Mauve #D8ACEB
Tints of Mauve #D8ACEB
RGB
CMYK
RGB Variations
Color information
#D8ACEB (or 0xD8ACEB) is known color: Mauve. HEX triplet: D8, AC and EB. RGB value is (216,172,235). Sum of RGB (Red+Green+Blue) = 216+172+235=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACEB is #275314. Grayscale: #C0C0C0. Windows color (decimal): -2577173 or 15445208. OLE color: 15445208.
HSL color Cylindrical-coordinate representation of color #D8ACEB: hue angle of 281.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8ACEB is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 172 | 235 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.08 |
| HSL | 281.9º | 0.61% | 0.8% | - |
| HSV(B) | 281.9º | 0.27% | 0.92% | - |
| XYZ | 58.07 | 50.1 | 85.21 | - |
| YUV | 192.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 235 | 0.08 | 0.27 | 0 | 0.08 | 281.9 | 0.61 | 0.8 |
| Hex | D8 | AC | EB | 8 | 1B | 0 | 8 | 11A | 3D | 50 |
| Octal | 330 | 254 | 353 | 10 | 33 | 0 | 10 | 432 | 75 | 120 |
| Binary | 11011000 | 10101100 | 11101011 | 1000 | 11011 | 0 | 1000 | 100011010 | 111101 | 1010000 |
Color Harmonies of #D8ACEB
Complementary color
Monochromatic Colors of #D8ACEB
Black with #D8ACEB
Text Example
Text Example
White with #D8ACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACEB; }
p { color: rgb(216,172,235); }
H1.HeaderClassName
{
color: #D8ACEB;
}
.AnyTagClassName
{
color: #D8ACEB;
}
</style>
background-color css
<style>
a { background-color: #D8ACEB; }
a { background-color: rgb(216,172,235); }
div.DivClassName
{
background-color: #D8ACEB;
}
.BgClassName
{
background-color: #D8ACEB;
}
</style>
border-color css
<style>
span { border-color: #D8ACEB; }
span { border-color: rgb(216,172,235); }
td.TdClassName
{
border-color: #D8ACEB;
}
.TagClassName
{
border-color: #D8ACEB;
}
</style>