Shades of Mauve #D8ACF2
Tints of Mauve #D8ACF2
RGB
CMYK
RGB Variations
Color information
#D8ACF2 (or 0xD8ACF2) is known color: Mauve. HEX triplet: D8, AC and F2. RGB value is (216,172,242). Sum of RGB (Red+Green+Blue) = 216+172+242=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACF2 is #27530D. Grayscale: #C0C0C0. Windows color (decimal): -2577166 or 15903960. OLE color: 15903960.
HSL color Cylindrical-coordinate representation of color #D8ACF2: hue angle of 277.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8ACF2 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 172 | 242 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.05 |
| HSL | 277.71º | 0.73% | 0.81% | - |
| HSV(B) | 277.71º | 0.29% | 0.95% | - |
| XYZ | 59.1 | 50.51 | 90.64 | - |
| YUV | 193.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 242 | 0.11 | 0.29 | 0 | 0.05 | 277.71 | 0.73 | 0.81 |
| Hex | D8 | AC | F2 | B | 1D | 0 | 5 | 116 | 49 | 51 |
| Octal | 330 | 254 | 362 | 13 | 35 | 0 | 5 | 426 | 111 | 121 |
| Binary | 11011000 | 10101100 | 11110010 | 1011 | 11101 | 0 | 101 | 100010110 | 1001001 | 1010001 |
Color Harmonies of #D8ACF2
Complementary color
Monochromatic Colors of #D8ACF2
Black with #D8ACF2
Text Example
Text Example
White with #D8ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACF2; }
p { color: rgb(216,172,242); }
H1.HeaderClassName
{
color: #D8ACF2;
}
.AnyTagClassName
{
color: #D8ACF2;
}
</style>
background-color css
<style>
a { background-color: #D8ACF2; }
a { background-color: rgb(216,172,242); }
div.DivClassName
{
background-color: #D8ACF2;
}
.BgClassName
{
background-color: #D8ACF2;
}
</style>
border-color css
<style>
span { border-color: #D8ACF2; }
span { border-color: rgb(216,172,242); }
td.TdClassName
{
border-color: #D8ACF2;
}
.TagClassName
{
border-color: #D8ACF2;
}
</style>