Shades of Mauve #D0A7FB
Tints of Mauve #D0A7FB
RGB
CMYK
RGB Variations
Color information
#D0A7FB (or 0xD0A7FB) is known color: Mauve. HEX triplet: D0, A7 and FB. RGB value is (208,167,251). Sum of RGB (Red+Green+Blue) = 208+167+251=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0A7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A7FB is #2F5804. Grayscale: #BCBCBC. Windows color (decimal): -3102725 or 16492496. OLE color: 16492496.
HSL color Cylindrical-coordinate representation of color #D0A7FB: hue angle of 269.29º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A7FB is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 167 | 251 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.02 |
| HSL | 269.29º | 0.91% | 0.82% | - |
| HSV(B) | 269.29º | 0.33% | 0.98% | - |
| XYZ | 57.24 | 48.01 | 97.52 | - |
| YUV | 188.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 251 | 0.17 | 0.33 | 0 | 0.02 | 269.29 | 0.91 | 0.82 |
| Hex | D0 | A7 | FB | 11 | 21 | 0 | 2 | 10D | 5B | 52 |
| Octal | 320 | 247 | 373 | 21 | 41 | 0 | 2 | 415 | 133 | 122 |
| Binary | 11010000 | 10100111 | 11111011 | 10001 | 100001 | 0 | 10 | 100001101 | 1011011 | 1010010 |
Color Harmonies of #D0A7FB
Complementary color
Monochromatic Colors of #D0A7FB
Black with #D0A7FB
Text Example
Text Example
White with #D0A7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7FB; }
p { color: rgb(208,167,251); }
H1.HeaderClassName
{
color: #D0A7FB;
}
.AnyTagClassName
{
color: #D0A7FB;
}
</style>
background-color css
<style>
a { background-color: #D0A7FB; }
a { background-color: rgb(208,167,251); }
div.DivClassName
{
background-color: #D0A7FB;
}
.BgClassName
{
background-color: #D0A7FB;
}
</style>
border-color css
<style>
span { border-color: #D0A7FB; }
span { border-color: rgb(208,167,251); }
td.TdClassName
{
border-color: #D0A7FB;
}
.TagClassName
{
border-color: #D0A7FB;
}
</style>