Shades of Mauve #D9ACFC
Tints of Mauve #D9ACFC
RGB
CMYK
RGB Variations
Color information
#D9ACFC (or 0xD9ACFC) is known color: Mauve. HEX triplet: D9, AC and FC. RGB value is (217,172,252). Sum of RGB (Red+Green+Blue) = 217+172+252=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACFC is #265303. Grayscale: #C2C2C2. Windows color (decimal): -2511620 or 16559321. OLE color: 16559321.
HSL color Cylindrical-coordinate representation of color #D9ACFC: hue angle of 273.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9ACFC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 172 | 252 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.01 |
| HSL | 273.75º | 0.93% | 0.83% | - |
| HSV(B) | 273.75º | 0.32% | 0.99% | - |
| XYZ | 60.94 | 51.29 | 98.78 | - |
| YUV | 194.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 252 | 0.14 | 0.32 | 0 | 0.01 | 273.75 | 0.93 | 0.83 |
| Hex | D9 | AC | FC | E | 20 | 0 | 1 | 112 | 5D | 53 |
| Octal | 331 | 254 | 374 | 16 | 40 | 0 | 1 | 422 | 135 | 123 |
| Binary | 11011001 | 10101100 | 11111100 | 1110 | 100000 | 0 | 1 | 100010010 | 1011101 | 1010011 |
Color Harmonies of #D9ACFC
Complementary color
Monochromatic Colors of #D9ACFC
Black with #D9ACFC
Text Example
Text Example
White with #D9ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACFC; }
p { color: rgb(217,172,252); }
H1.HeaderClassName
{
color: #D9ACFC;
}
.AnyTagClassName
{
color: #D9ACFC;
}
</style>
background-color css
<style>
a { background-color: #D9ACFC; }
a { background-color: rgb(217,172,252); }
div.DivClassName
{
background-color: #D9ACFC;
}
.BgClassName
{
background-color: #D9ACFC;
}
</style>
border-color css
<style>
span { border-color: #D9ACFC; }
span { border-color: rgb(217,172,252); }
td.TdClassName
{
border-color: #D9ACFC;
}
.TagClassName
{
border-color: #D9ACFC;
}
</style>