Shades of Mauve #D0ACF6
Tints of Mauve #D0ACF6
RGB
CMYK
RGB Variations
Color information
#D0ACF6 (or 0xD0ACF6) is known color: Mauve. HEX triplet: D0, AC and F6. RGB value is (208,172,246). Sum of RGB (Red+Green+Blue) = 208+172+246=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0ACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACF6 is #2F5309. Grayscale: #BEBEBE. Windows color (decimal): -3101450 or 16166096. OLE color: 16166096.
HSL color Cylindrical-coordinate representation of color #D0ACF6: hue angle of 269.19º degrees, saturation: 0.8, 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 #D0ACF6 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 172 | 246 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.04 |
| HSL | 269.19º | 0.8% | 0.82% | - |
| HSV(B) | 269.19º | 0.3% | 0.96% | - |
| XYZ | 57.4 | 49.57 | 93.73 | - |
| YUV | 191.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 246 | 0.15 | 0.30 | 0 | 0.04 | 269.19 | 0.8 | 0.82 |
| Hex | D0 | AC | F6 | F | 1E | 0 | 4 | 10D | 50 | 52 |
| Octal | 320 | 254 | 366 | 17 | 36 | 0 | 4 | 415 | 120 | 122 |
| Binary | 11010000 | 10101100 | 11110110 | 1111 | 11110 | 0 | 100 | 100001101 | 1010000 | 1010010 |
Color Harmonies of #D0ACF6
Complementary color
Monochromatic Colors of #D0ACF6
Black with #D0ACF6
Text Example
Text Example
White with #D0ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACF6; }
p { color: rgb(208,172,246); }
H1.HeaderClassName
{
color: #D0ACF6;
}
.AnyTagClassName
{
color: #D0ACF6;
}
</style>
background-color css
<style>
a { background-color: #D0ACF6; }
a { background-color: rgb(208,172,246); }
div.DivClassName
{
background-color: #D0ACF6;
}
.BgClassName
{
background-color: #D0ACF6;
}
</style>
border-color css
<style>
span { border-color: #D0ACF6; }
span { border-color: rgb(208,172,246); }
td.TdClassName
{
border-color: #D0ACF6;
}
.TagClassName
{
border-color: #D0ACF6;
}
</style>