Shades of Mauve #D0AAF8
Tints of Mauve #D0AAF8
RGB
CMYK
RGB Variations
Color information
#D0AAF8 (or 0xD0AAF8) is known color: Mauve. HEX triplet: D0, AA and F8. RGB value is (208,170,248). Sum of RGB (Red+Green+Blue) = 208+170+248=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAF8 is #2F5507. Grayscale: #BDBDBD. Windows color (decimal): -3101960 or 16296656. OLE color: 16296656.
HSL color Cylindrical-coordinate representation of color #D0AAF8: hue angle of 269.23º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0AAF8 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 170 | 248 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.03 |
| HSL | 269.23º | 0.85% | 0.82% | - |
| HSV(B) | 269.23º | 0.31% | 0.97% | - |
| XYZ | 57.33 | 48.94 | 95.23 | - |
| YUV | 190.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 248 | 0.16 | 0.31 | 0 | 0.03 | 269.23 | 0.85 | 0.82 |
| Hex | D0 | AA | F8 | 10 | 1F | 0 | 3 | 10D | 55 | 52 |
| Octal | 320 | 252 | 370 | 20 | 37 | 0 | 3 | 415 | 125 | 122 |
| Binary | 11010000 | 10101010 | 11111000 | 10000 | 11111 | 0 | 11 | 100001101 | 1010101 | 1010010 |
Color Harmonies of #D0AAF8
Complementary color
Monochromatic Colors of #D0AAF8
Black with #D0AAF8
Text Example
Text Example
White with #D0AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAF8; }
p { color: rgb(208,170,248); }
H1.HeaderClassName
{
color: #D0AAF8;
}
.AnyTagClassName
{
color: #D0AAF8;
}
</style>
background-color css
<style>
a { background-color: #D0AAF8; }
a { background-color: rgb(208,170,248); }
div.DivClassName
{
background-color: #D0AAF8;
}
.BgClassName
{
background-color: #D0AAF8;
}
</style>
border-color css
<style>
span { border-color: #D0AAF8; }
span { border-color: rgb(208,170,248); }
td.TdClassName
{
border-color: #D0AAF8;
}
.TagClassName
{
border-color: #D0AAF8;
}
</style>