Shades of Mauve #D8ACF4
Tints of Mauve #D8ACF4
RGB
CMYK
RGB Variations
Color information
#D8ACF4 (or 0xD8ACF4) is known color: Mauve. HEX triplet: D8, AC and F4. RGB value is (216,172,244). Sum of RGB (Red+Green+Blue) = 216+172+244=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 244 - color contains mainly: blue. Hex color #D8ACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACF4 is #27530B. Grayscale: #C1C1C1. Windows color (decimal): -2577164 or 16035032. OLE color: 16035032.
HSL color Cylindrical-coordinate representation of color #D8ACF4: hue angle of 276.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8ACF4 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 172 | 244 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.04 |
| HSL | 276.67º | 0.77% | 0.82% | - |
| HSV(B) | 276.67º | 0.3% | 0.96% | - |
| XYZ | 59.4 | 50.64 | 92.23 | - |
| YUV | 193.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 244 | 0.11 | 0.30 | 0 | 0.04 | 276.67 | 0.77 | 0.82 |
| Hex | D8 | AC | F4 | B | 1E | 0 | 4 | 115 | 4D | 52 |
| Octal | 330 | 254 | 364 | 13 | 36 | 0 | 4 | 425 | 115 | 122 |
| Binary | 11011000 | 10101100 | 11110100 | 1011 | 11110 | 0 | 100 | 100010101 | 1001101 | 1010010 |
Color Harmonies of #D8ACF4
Complementary color
Monochromatic Colors of #D8ACF4
Black with #D8ACF4
Text Example
Text Example
White with #D8ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACF4; }
p { color: rgb(216,172,244); }
H1.HeaderClassName
{
color: #D8ACF4;
}
.AnyTagClassName
{
color: #D8ACF4;
}
</style>
background-color css
<style>
a { background-color: #D8ACF4; }
a { background-color: rgb(216,172,244); }
div.DivClassName
{
background-color: #D8ACF4;
}
.BgClassName
{
background-color: #D8ACF4;
}
</style>
border-color css
<style>
span { border-color: #D8ACF4; }
span { border-color: rgb(216,172,244); }
td.TdClassName
{
border-color: #D8ACF4;
}
.TagClassName
{
border-color: #D8ACF4;
}
</style>