Shades of Mauve #D0A6FB
Tints of Mauve #D0A6FB
RGB
CMYK
RGB Variations
Color information
#D0A6FB (or 0xD0A6FB) is known color: Mauve. HEX triplet: D0, A6 and FB. RGB value is (208,166,251). Sum of RGB (Red+Green+Blue) = 208+166+251=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A6FB is #2F5904. Grayscale: #BBBBBB. Windows color (decimal): -3102981 or 16492240. OLE color: 16492240.
HSL color Cylindrical-coordinate representation of color #D0A6FB: hue angle of 269.65º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0A6FB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 166 | 251 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.02 |
| HSL | 269.65º | 0.91% | 0.82% | - |
| HSV(B) | 269.65º | 0.34% | 0.98% | - |
| XYZ | 57.06 | 47.65 | 97.46 | - |
| YUV | 188.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 251 | 0.17 | 0.34 | 0 | 0.02 | 269.65 | 0.91 | 0.82 |
| Hex | D0 | A6 | FB | 11 | 22 | 0 | 2 | 10E | 5B | 52 |
| Octal | 320 | 246 | 373 | 21 | 42 | 0 | 2 | 416 | 133 | 122 |
| Binary | 11010000 | 10100110 | 11111011 | 10001 | 100010 | 0 | 10 | 100001110 | 1011011 | 1010010 |
Color Harmonies of #D0A6FB
Complementary color
Monochromatic Colors of #D0A6FB
Black with #D0A6FB
Text Example
Text Example
White with #D0A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6FB; }
p { color: rgb(208,166,251); }
H1.HeaderClassName
{
color: #D0A6FB;
}
.AnyTagClassName
{
color: #D0A6FB;
}
</style>
background-color css
<style>
a { background-color: #D0A6FB; }
a { background-color: rgb(208,166,251); }
div.DivClassName
{
background-color: #D0A6FB;
}
.BgClassName
{
background-color: #D0A6FB;
}
</style>
border-color css
<style>
span { border-color: #D0A6FB; }
span { border-color: rgb(208,166,251); }
td.TdClassName
{
border-color: #D0A6FB;
}
.TagClassName
{
border-color: #D0A6FB;
}
</style>