Shades of Mauve #D8ACFF
Tints of Mauve #D8ACFF
RGB
CMYK
RGB Variations
Color information
#D8ACFF (or 0xD8ACFF) is known color: Mauve. HEX triplet: D8, AC and FF. RGB value is (216,172,255). Sum of RGB (Red+Green+Blue) = 216+172+255=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACFF is #275300. Grayscale: #C2C2C2. Windows color (decimal): -2577153 or 16755928. OLE color: 16755928.
HSL color Cylindrical-coordinate representation of color #D8ACFF: hue angle of 271.81º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8ACFF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 172 | 255 | - |
| CMYK | 0.15 | 0.33 | 0 | 0 |
| HSL | 271.81º | 1% | 0.84% | - |
| HSV(B) | 271.81º | 0.33% | 1% | - |
| XYZ | 61.12 | 51.32 | 101.29 | - |
| YUV | 194.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 255 | 0.15 | 0.33 | 0 | 0 | 271.81 | 1 | 0.84 |
| Hex | D8 | AC | FF | F | 21 | 0 | 0 | 110 | 64 | 54 |
| Octal | 330 | 254 | 377 | 17 | 41 | 0 | 0 | 420 | 144 | 124 |
| Binary | 11011000 | 10101100 | 11111111 | 1111 | 100001 | 0 | 0 | 100010000 | 1100100 | 1010100 |
Color Harmonies of #D8ACFF
Complementary color
Monochromatic Colors of #D8ACFF
Black with #D8ACFF
Text Example
Text Example
White with #D8ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACFF; }
p { color: rgb(216,172,255); }
H1.HeaderClassName
{
color: #D8ACFF;
}
.AnyTagClassName
{
color: #D8ACFF;
}
</style>
background-color css
<style>
a { background-color: #D8ACFF; }
a { background-color: rgb(216,172,255); }
div.DivClassName
{
background-color: #D8ACFF;
}
.BgClassName
{
background-color: #D8ACFF;
}
</style>
border-color css
<style>
span { border-color: #D8ACFF; }
span { border-color: rgb(216,172,255); }
td.TdClassName
{
border-color: #D8ACFF;
}
.TagClassName
{
border-color: #D8ACFF;
}
</style>