Shades of Mauve #D1ACF7
Tints of Mauve #D1ACF7
RGB
CMYK
RGB Variations
Color information
#D1ACF7 (or 0xD1ACF7) is known color: Mauve. HEX triplet: D1, AC and F7. RGB value is (209,172,247). Sum of RGB (Red+Green+Blue) = 209+172+247=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACF7 is #2E5308. Grayscale: #BFBFBF. Windows color (decimal): -3035913 or 16231633. OLE color: 16231633.
HSL color Cylindrical-coordinate representation of color #D1ACF7: hue angle of 269.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1ACF7 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 172 | 247 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.03 |
| HSL | 269.6º | 0.82% | 0.82% | - |
| HSV(B) | 269.6º | 0.3% | 0.97% | - |
| XYZ | 57.84 | 49.78 | 94.56 | - |
| YUV | 191.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 247 | 0.15 | 0.30 | 0 | 0.03 | 269.6 | 0.82 | 0.82 |
| Hex | D1 | AC | F7 | F | 1E | 0 | 3 | 10E | 52 | 52 |
| Octal | 321 | 254 | 367 | 17 | 36 | 0 | 3 | 416 | 122 | 122 |
| Binary | 11010001 | 10101100 | 11110111 | 1111 | 11110 | 0 | 11 | 100001110 | 1010010 | 1010010 |
Color Harmonies of #D1ACF7
Complementary color
Monochromatic Colors of #D1ACF7
Black with #D1ACF7
Text Example
Text Example
White with #D1ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACF7; }
p { color: rgb(209,172,247); }
H1.HeaderClassName
{
color: #D1ACF7;
}
.AnyTagClassName
{
color: #D1ACF7;
}
</style>
background-color css
<style>
a { background-color: #D1ACF7; }
a { background-color: rgb(209,172,247); }
div.DivClassName
{
background-color: #D1ACF7;
}
.BgClassName
{
background-color: #D1ACF7;
}
</style>
border-color css
<style>
span { border-color: #D1ACF7; }
span { border-color: rgb(209,172,247); }
td.TdClassName
{
border-color: #D1ACF7;
}
.TagClassName
{
border-color: #D1ACF7;
}
</style>