Shades of Mauve #D0A6FC
Tints of Mauve #D0A6FC
RGB
CMYK
RGB Variations
Color information
#D0A6FC (or 0xD0A6FC) is known color: Mauve. HEX triplet: D0, A6 and FC. RGB value is (208,166,252). Sum of RGB (Red+Green+Blue) = 208+166+252=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0A6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A6FC is #2F5903. Grayscale: #BCBCBC. Windows color (decimal): -3102980 or 16557776. OLE color: 16557776.
HSL color Cylindrical-coordinate representation of color #D0A6FC: hue angle of 269.3º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0A6FC is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 166 | 252 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.01 |
| HSL | 269.3º | 0.93% | 0.82% | - |
| HSV(B) | 269.3º | 0.34% | 0.99% | - |
| XYZ | 57.22 | 47.71 | 98.29 | - |
| YUV | 188.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 252 | 0.17 | 0.34 | 0 | 0.01 | 269.3 | 0.93 | 0.82 |
| Hex | D0 | A6 | FC | 11 | 22 | 0 | 1 | 10D | 5D | 52 |
| Octal | 320 | 246 | 374 | 21 | 42 | 0 | 1 | 415 | 135 | 122 |
| Binary | 11010000 | 10100110 | 11111100 | 10001 | 100010 | 0 | 1 | 100001101 | 1011101 | 1010010 |
Color Harmonies of #D0A6FC
Complementary color
Monochromatic Colors of #D0A6FC
Black with #D0A6FC
Text Example
Text Example
White with #D0A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6FC; }
p { color: rgb(208,166,252); }
H1.HeaderClassName
{
color: #D0A6FC;
}
.AnyTagClassName
{
color: #D0A6FC;
}
</style>
background-color css
<style>
a { background-color: #D0A6FC; }
a { background-color: rgb(208,166,252); }
div.DivClassName
{
background-color: #D0A6FC;
}
.BgClassName
{
background-color: #D0A6FC;
}
</style>
border-color css
<style>
span { border-color: #D0A6FC; }
span { border-color: rgb(208,166,252); }
td.TdClassName
{
border-color: #D0A6FC;
}
.TagClassName
{
border-color: #D0A6FC;
}
</style>