Shades of Mauve #D1ACF8
Tints of Mauve #D1ACF8
RGB
CMYK
RGB Variations
Color information
#D1ACF8 (or 0xD1ACF8) is known color: Mauve. HEX triplet: D1, AC and F8. RGB value is (209,172,248). Sum of RGB (Red+Green+Blue) = 209+172+248=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #D1ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACF8 is #2E5307. Grayscale: #BFBFBF. Windows color (decimal): -3035912 or 16297169. OLE color: 16297169.
HSL color Cylindrical-coordinate representation of color #D1ACF8: hue angle of 269.21º 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 #D1ACF8 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 172 | 248 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.03 |
| HSL | 269.21º | 0.84% | 0.82% | - |
| HSV(B) | 269.21º | 0.31% | 0.97% | - |
| XYZ | 57.99 | 49.84 | 95.37 | - |
| YUV | 191.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 248 | 0.16 | 0.31 | 0 | 0.03 | 269.21 | 0.84 | 0.82 |
| Hex | D1 | AC | F8 | 10 | 1F | 0 | 3 | 10D | 54 | 52 |
| Octal | 321 | 254 | 370 | 20 | 37 | 0 | 3 | 415 | 124 | 122 |
| Binary | 11010001 | 10101100 | 11111000 | 10000 | 11111 | 0 | 11 | 100001101 | 1010100 | 1010010 |
Color Harmonies of #D1ACF8
Complementary color
Monochromatic Colors of #D1ACF8
Black with #D1ACF8
Text Example
Text Example
White with #D1ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACF8; }
p { color: rgb(209,172,248); }
H1.HeaderClassName
{
color: #D1ACF8;
}
.AnyTagClassName
{
color: #D1ACF8;
}
</style>
background-color css
<style>
a { background-color: #D1ACF8; }
a { background-color: rgb(209,172,248); }
div.DivClassName
{
background-color: #D1ACF8;
}
.BgClassName
{
background-color: #D1ACF8;
}
</style>
border-color css
<style>
span { border-color: #D1ACF8; }
span { border-color: rgb(209,172,248); }
td.TdClassName
{
border-color: #D1ACF8;
}
.TagClassName
{
border-color: #D1ACF8;
}
</style>