Shades of Mauve #D9ACFE
Tints of Mauve #D9ACFE
RGB
CMYK
RGB Variations
Color information
#D9ACFE (or 0xD9ACFE) is known color: Mauve. HEX triplet: D9, AC and FE. RGB value is (217,172,254). Sum of RGB (Red+Green+Blue) = 217+172+254=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACFE is #265301. Grayscale: #C2C2C2. Windows color (decimal): -2511618 or 16690393. OLE color: 16690393.
HSL color Cylindrical-coordinate representation of color #D9ACFE: hue angle of 272.93º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9ACFE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 172 | 254 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.00 |
| HSL | 272.93º | 0.98% | 0.84% | - |
| HSV(B) | 272.93º | 0.32% | 1% | - |
| XYZ | 61.26 | 51.41 | 100.46 | - |
| YUV | 194.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 254 | 0.15 | 0.32 | 0 | 0.00 | 272.93 | 0.98 | 0.84 |
| Hex | D9 | AC | FE | F | 20 | 0 | 0 | 111 | 62 | 54 |
| Octal | 331 | 254 | 376 | 17 | 40 | 0 | 0 | 421 | 142 | 124 |
| Binary | 11011001 | 10101100 | 11111110 | 1111 | 100000 | 0 | 0 | 100010001 | 1100010 | 1010100 |
Color Harmonies of #D9ACFE
Complementary color
Monochromatic Colors of #D9ACFE
Black with #D9ACFE
Text Example
Text Example
White with #D9ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACFE; }
p { color: rgb(217,172,254); }
H1.HeaderClassName
{
color: #D9ACFE;
}
.AnyTagClassName
{
color: #D9ACFE;
}
</style>
background-color css
<style>
a { background-color: #D9ACFE; }
a { background-color: rgb(217,172,254); }
div.DivClassName
{
background-color: #D9ACFE;
}
.BgClassName
{
background-color: #D9ACFE;
}
</style>
border-color css
<style>
span { border-color: #D9ACFE; }
span { border-color: rgb(217,172,254); }
td.TdClassName
{
border-color: #D9ACFE;
}
.TagClassName
{
border-color: #D9ACFE;
}
</style>