Shades of Mauve #D0A9FB
Tints of Mauve #D0A9FB
RGB
CMYK
RGB Variations
Color information
#D0A9FB (or 0xD0A9FB) is known color: Mauve. HEX triplet: D0, A9 and FB. RGB value is (208,169,251). Sum of RGB (Red+Green+Blue) = 208+169+251=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0A9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A9FB is #2F5604. Grayscale: #BDBDBD. Windows color (decimal): -3102213 or 16493008. OLE color: 16493008.
HSL color Cylindrical-coordinate representation of color #D0A9FB: hue angle of 268.54º 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 #D0A9FB is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 169 | 251 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.02 |
| HSL | 268.54º | 0.91% | 0.82% | - |
| HSV(B) | 268.54º | 0.33% | 0.98% | - |
| XYZ | 57.61 | 48.75 | 97.64 | - |
| YUV | 190.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 251 | 0.17 | 0.33 | 0 | 0.02 | 268.54 | 0.91 | 0.82 |
| Hex | D0 | A9 | FB | 11 | 21 | 0 | 2 | 10D | 5B | 52 |
| Octal | 320 | 251 | 373 | 21 | 41 | 0 | 2 | 415 | 133 | 122 |
| Binary | 11010000 | 10101001 | 11111011 | 10001 | 100001 | 0 | 10 | 100001101 | 1011011 | 1010010 |
Color Harmonies of #D0A9FB
Complementary color
Monochromatic Colors of #D0A9FB
Black with #D0A9FB
Text Example
Text Example
White with #D0A9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A9FB; }
p { color: rgb(208,169,251); }
H1.HeaderClassName
{
color: #D0A9FB;
}
.AnyTagClassName
{
color: #D0A9FB;
}
</style>
background-color css
<style>
a { background-color: #D0A9FB; }
a { background-color: rgb(208,169,251); }
div.DivClassName
{
background-color: #D0A9FB;
}
.BgClassName
{
background-color: #D0A9FB;
}
</style>
border-color css
<style>
span { border-color: #D0A9FB; }
span { border-color: rgb(208,169,251); }
td.TdClassName
{
border-color: #D0A9FB;
}
.TagClassName
{
border-color: #D0A9FB;
}
</style>