Shades of Mauve #D8A6FB
Tints of Mauve #D8A6FB
RGB
CMYK
RGB Variations
Color information
#D8A6FB (or 0xD8A6FB) is known color: Mauve. HEX triplet: D8, A6 and FB. RGB value is (216,166,251). Sum of RGB (Red+Green+Blue) = 216+166+251=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A6FB is #275904. Grayscale: #BEBEBE. Windows color (decimal): -2578693 or 16492248. OLE color: 16492248.
HSL color Cylindrical-coordinate representation of color #D8A6FB: hue angle of 275.29º 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 #D8A6FB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 166 | 251 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.02 |
| HSL | 275.29º | 0.91% | 0.82% | - |
| HSV(B) | 275.29º | 0.34% | 0.98% | - |
| XYZ | 59.37 | 48.84 | 97.56 | - |
| YUV | 190.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 251 | 0.14 | 0.34 | 0 | 0.02 | 275.29 | 0.91 | 0.82 |
| Hex | D8 | A6 | FB | E | 22 | 0 | 2 | 113 | 5B | 52 |
| Octal | 330 | 246 | 373 | 16 | 42 | 0 | 2 | 423 | 133 | 122 |
| Binary | 11011000 | 10100110 | 11111011 | 1110 | 100010 | 0 | 10 | 100010011 | 1011011 | 1010010 |
Color Harmonies of #D8A6FB
Complementary color
Monochromatic Colors of #D8A6FB
Black with #D8A6FB
Text Example
Text Example
White with #D8A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A6FB; }
p { color: rgb(216,166,251); }
H1.HeaderClassName
{
color: #D8A6FB;
}
.AnyTagClassName
{
color: #D8A6FB;
}
</style>
background-color css
<style>
a { background-color: #D8A6FB; }
a { background-color: rgb(216,166,251); }
div.DivClassName
{
background-color: #D8A6FB;
}
.BgClassName
{
background-color: #D8A6FB;
}
</style>
border-color css
<style>
span { border-color: #D8A6FB; }
span { border-color: rgb(216,166,251); }
td.TdClassName
{
border-color: #D8A6FB;
}
.TagClassName
{
border-color: #D8A6FB;
}
</style>