Shades of Mauve #D2AAF0
Tints of Mauve #D2AAF0
RGB
CMYK
RGB Variations
Color information
#D2AAF0 (or 0xD2AAF0) is known color: Mauve. HEX triplet: D2, AA and F0. RGB value is (210,170,240). Sum of RGB (Red+Green+Blue) = 210+170+240=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2AAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAF0 is #2D550F. Grayscale: #BDBDBD. Windows color (decimal): -2970896 or 15772370. OLE color: 15772370.
HSL color Cylindrical-coordinate representation of color #D2AAF0: hue angle of 274.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2AAF0 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 170 | 240 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.06 |
| HSL | 274.29º | 0.7% | 0.8% | - |
| HSV(B) | 274.29º | 0.29% | 0.94% | - |
| XYZ | 56.68 | 48.74 | 88.86 | - |
| YUV | 189.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 240 | 0.12 | 0.29 | 0 | 0.06 | 274.29 | 0.7 | 0.8 |
| Hex | D2 | AA | F0 | C | 1D | 0 | 6 | 112 | 46 | 50 |
| Octal | 322 | 252 | 360 | 14 | 35 | 0 | 6 | 422 | 106 | 120 |
| Binary | 11010010 | 10101010 | 11110000 | 1100 | 11101 | 0 | 110 | 100010010 | 1000110 | 1010000 |
Color Harmonies of #D2AAF0
Complementary color
Monochromatic Colors of #D2AAF0
Black with #D2AAF0
Text Example
Text Example
White with #D2AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAF0; }
p { color: rgb(210,170,240); }
H1.HeaderClassName
{
color: #D2AAF0;
}
.AnyTagClassName
{
color: #D2AAF0;
}
</style>
background-color css
<style>
a { background-color: #D2AAF0; }
a { background-color: rgb(210,170,240); }
div.DivClassName
{
background-color: #D2AAF0;
}
.BgClassName
{
background-color: #D2AAF0;
}
</style>
border-color css
<style>
span { border-color: #D2AAF0; }
span { border-color: rgb(210,170,240); }
td.TdClassName
{
border-color: #D2AAF0;
}
.TagClassName
{
border-color: #D2AAF0;
}
</style>