Shades of Mauve #D9ACEC
Tints of Mauve #D9ACEC
RGB
CMYK
RGB Variations
Color information
#D9ACEC (or 0xD9ACEC) is known color: Mauve. HEX triplet: D9, AC and EC. RGB value is (217,172,236). Sum of RGB (Red+Green+Blue) = 217+172+236=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACEC is #265313. Grayscale: #C0C0C0. Windows color (decimal): -2511636 or 15510745. OLE color: 15510745.
HSL color Cylindrical-coordinate representation of color #D9ACEC: hue angle of 282.19º degrees, saturation: 0.63, 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 #D9ACEC is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 172 | 236 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.07 |
| HSL | 282.19º | 0.63% | 0.8% | - |
| HSV(B) | 282.19º | 0.27% | 0.93% | - |
| XYZ | 58.51 | 50.31 | 85.98 | - |
| YUV | 192.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 236 | 0.08 | 0.27 | 0 | 0.07 | 282.19 | 0.63 | 0.8 |
| Hex | D9 | AC | EC | 8 | 1B | 0 | 7 | 11A | 3F | 50 |
| Octal | 331 | 254 | 354 | 10 | 33 | 0 | 7 | 432 | 77 | 120 |
| Binary | 11011001 | 10101100 | 11101100 | 1000 | 11011 | 0 | 111 | 100011010 | 111111 | 1010000 |
Color Harmonies of #D9ACEC
Complementary color
Monochromatic Colors of #D9ACEC
Black with #D9ACEC
Text Example
Text Example
White with #D9ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACEC; }
p { color: rgb(217,172,236); }
H1.HeaderClassName
{
color: #D9ACEC;
}
.AnyTagClassName
{
color: #D9ACEC;
}
</style>
background-color css
<style>
a { background-color: #D9ACEC; }
a { background-color: rgb(217,172,236); }
div.DivClassName
{
background-color: #D9ACEC;
}
.BgClassName
{
background-color: #D9ACEC;
}
</style>
border-color css
<style>
span { border-color: #D9ACEC; }
span { border-color: rgb(217,172,236); }
td.TdClassName
{
border-color: #D9ACEC;
}
.TagClassName
{
border-color: #D9ACEC;
}
</style>