Shades of Mauve #D0AAFF
Tints of Mauve #D0AAFF
RGB
CMYK
RGB Variations
Color information
#D0AAFF (or 0xD0AAFF) is known color: Mauve. HEX triplet: D0, AA and FF. RGB value is (208,170,255). Sum of RGB (Red+Green+Blue) = 208+170+255=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAFF is #2F5500. Grayscale: #BEBEBE. Windows color (decimal): -3101953 or 16755408. OLE color: 16755408.
HSL color Cylindrical-coordinate representation of color #D0AAFF: hue angle of 266.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0AAFF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 170 | 255 | - |
| CMYK | 0.18 | 0.33 | 0 | 0 |
| HSL | 266.82º | 1% | 0.83% | - |
| HSV(B) | 266.82º | 0.33% | 1% | - |
| XYZ | 58.44 | 49.38 | 101.06 | - |
| YUV | 191.05 | 164.09 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 255 | 0.18 | 0.33 | 0 | 0 | 266.82 | 1 | 0.83 |
| Hex | D0 | AA | FF | 12 | 21 | 0 | 0 | 10B | 64 | 53 |
| Octal | 320 | 252 | 377 | 22 | 41 | 0 | 0 | 413 | 144 | 123 |
| Binary | 11010000 | 10101010 | 11111111 | 10010 | 100001 | 0 | 0 | 100001011 | 1100100 | 1010011 |
Color Harmonies of #D0AAFF
Complementary color
Monochromatic Colors of #D0AAFF
Black with #D0AAFF
Text Example
Text Example
White with #D0AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAFF; }
p { color: rgb(208,170,255); }
H1.HeaderClassName
{
color: #D0AAFF;
}
.AnyTagClassName
{
color: #D0AAFF;
}
</style>
background-color css
<style>
a { background-color: #D0AAFF; }
a { background-color: rgb(208,170,255); }
div.DivClassName
{
background-color: #D0AAFF;
}
.BgClassName
{
background-color: #D0AAFF;
}
</style>
border-color css
<style>
span { border-color: #D0AAFF; }
span { border-color: rgb(208,170,255); }
td.TdClassName
{
border-color: #D0AAFF;
}
.TagClassName
{
border-color: #D0AAFF;
}
</style>