Shades of Mauve #D2AAFC
Tints of Mauve #D2AAFC
RGB
CMYK
RGB Variations
Color information
#D2AAFC (or 0xD2AAFC) is known color: Mauve. HEX triplet: D2, AA and FC. RGB value is (210,170,252). Sum of RGB (Red+Green+Blue) = 210+170+252=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAFC is #2D5503. Grayscale: #BFBFBF. Windows color (decimal): -2970884 or 16558802. OLE color: 16558802.
HSL color Cylindrical-coordinate representation of color #D2AAFC: hue angle of 269.27º 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 #D2AAFC is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 170 | 252 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.01 |
| HSL | 269.27º | 0.93% | 0.83% | - |
| HSV(B) | 269.27º | 0.33% | 0.99% | - |
| XYZ | 58.52 | 49.48 | 98.56 | - |
| YUV | 191.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 252 | 0.17 | 0.33 | 0 | 0.01 | 269.27 | 0.93 | 0.83 |
| Hex | D2 | AA | FC | 11 | 21 | 0 | 1 | 10D | 5D | 53 |
| Octal | 322 | 252 | 374 | 21 | 41 | 0 | 1 | 415 | 135 | 123 |
| Binary | 11010010 | 10101010 | 11111100 | 10001 | 100001 | 0 | 1 | 100001101 | 1011101 | 1010011 |
Color Harmonies of #D2AAFC
Complementary color
Monochromatic Colors of #D2AAFC
Black with #D2AAFC
Text Example
Text Example
White with #D2AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAFC; }
p { color: rgb(210,170,252); }
H1.HeaderClassName
{
color: #D2AAFC;
}
.AnyTagClassName
{
color: #D2AAFC;
}
</style>
background-color css
<style>
a { background-color: #D2AAFC; }
a { background-color: rgb(210,170,252); }
div.DivClassName
{
background-color: #D2AAFC;
}
.BgClassName
{
background-color: #D2AAFC;
}
</style>
border-color css
<style>
span { border-color: #D2AAFC; }
span { border-color: rgb(210,170,252); }
td.TdClassName
{
border-color: #D2AAFC;
}
.TagClassName
{
border-color: #D2AAFC;
}
</style>