Shades of Mauve #D0AAFC
Tints of Mauve #D0AAFC
RGB
CMYK
RGB Variations
Color information
#D0AAFC (or 0xD0AAFC) is known color: Mauve. HEX triplet: D0, AA and FC. RGB value is (208,170,252). Sum of RGB (Red+Green+Blue) = 208+170+252=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAFC is #2F5503. Grayscale: #BEBEBE. Windows color (decimal): -3101956 or 16558800. OLE color: 16558800.
HSL color Cylindrical-coordinate representation of color #D0AAFC: hue angle of 267.8º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0AAFC is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 170 | 252 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.01 |
| HSL | 267.8º | 0.93% | 0.83% | - |
| HSV(B) | 267.8º | 0.33% | 0.99% | - |
| XYZ | 57.96 | 49.19 | 98.53 | - |
| YUV | 190.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 252 | 0.17 | 0.33 | 0 | 0.01 | 267.8 | 0.93 | 0.83 |
| Hex | D0 | AA | FC | 11 | 21 | 0 | 1 | 10C | 5D | 53 |
| Octal | 320 | 252 | 374 | 21 | 41 | 0 | 1 | 414 | 135 | 123 |
| Binary | 11010000 | 10101010 | 11111100 | 10001 | 100001 | 0 | 1 | 100001100 | 1011101 | 1010011 |
Color Harmonies of #D0AAFC
Complementary color
Monochromatic Colors of #D0AAFC
Black with #D0AAFC
Text Example
Text Example
White with #D0AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAFC; }
p { color: rgb(208,170,252); }
H1.HeaderClassName
{
color: #D0AAFC;
}
.AnyTagClassName
{
color: #D0AAFC;
}
</style>
background-color css
<style>
a { background-color: #D0AAFC; }
a { background-color: rgb(208,170,252); }
div.DivClassName
{
background-color: #D0AAFC;
}
.BgClassName
{
background-color: #D0AAFC;
}
</style>
border-color css
<style>
span { border-color: #D0AAFC; }
span { border-color: rgb(208,170,252); }
td.TdClassName
{
border-color: #D0AAFC;
}
.TagClassName
{
border-color: #D0AAFC;
}
</style>