Shades of Mauve #D9ACF8
Tints of Mauve #D9ACF8
RGB
CMYK
RGB Variations
Color information
#D9ACF8 (or 0xD9ACF8) is known color: Mauve. HEX triplet: D9, AC and F8. RGB value is (217,172,248). Sum of RGB (Red+Green+Blue) = 217+172+248=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACF8 is #265307. Grayscale: #C1C1C1. Windows color (decimal): -2511624 or 16297177. OLE color: 16297177.
HSL color Cylindrical-coordinate representation of color #D9ACF8: hue angle of 275.53º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9ACF8 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 172 | 248 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.03 |
| HSL | 275.53º | 0.84% | 0.82% | - |
| HSV(B) | 275.53º | 0.31% | 0.97% | - |
| XYZ | 60.31 | 51.03 | 95.48 | - |
| YUV | 194.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 248 | 0.12 | 0.31 | 0 | 0.03 | 275.53 | 0.84 | 0.82 |
| Hex | D9 | AC | F8 | C | 1F | 0 | 3 | 114 | 54 | 52 |
| Octal | 331 | 254 | 370 | 14 | 37 | 0 | 3 | 424 | 124 | 122 |
| Binary | 11011001 | 10101100 | 11111000 | 1100 | 11111 | 0 | 11 | 100010100 | 1010100 | 1010010 |
Color Harmonies of #D9ACF8
Complementary color
Monochromatic Colors of #D9ACF8
Black with #D9ACF8
Text Example
Text Example
White with #D9ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACF8; }
p { color: rgb(217,172,248); }
H1.HeaderClassName
{
color: #D9ACF8;
}
.AnyTagClassName
{
color: #D9ACF8;
}
</style>
background-color css
<style>
a { background-color: #D9ACF8; }
a { background-color: rgb(217,172,248); }
div.DivClassName
{
background-color: #D9ACF8;
}
.BgClassName
{
background-color: #D9ACF8;
}
</style>
border-color css
<style>
span { border-color: #D9ACF8; }
span { border-color: rgb(217,172,248); }
td.TdClassName
{
border-color: #D9ACF8;
}
.TagClassName
{
border-color: #D9ACF8;
}
</style>