Shades of Mauve #D2AAFA
Tints of Mauve #D2AAFA
RGB
CMYK
RGB Variations
Color information
#D2AAFA (or 0xD2AAFA) is known color: Mauve. HEX triplet: D2, AA and FA. RGB value is (210,170,250). Sum of RGB (Red+Green+Blue) = 210+170+250=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAFA is #2D5505. Grayscale: #BEBEBE. Windows color (decimal): -2970886 or 16427730. OLE color: 16427730.
HSL color Cylindrical-coordinate representation of color #D2AAFA: hue angle of 270º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2AAFA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 170 | 250 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.02 |
| HSL | 270º | 0.89% | 0.82% | - |
| HSV(B) | 270º | 0.32% | 0.98% | - |
| XYZ | 58.21 | 49.35 | 96.9 | - |
| YUV | 191.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 250 | 0.16 | 0.32 | 0 | 0.02 | 270 | 0.89 | 0.82 |
| Hex | D2 | AA | FA | 10 | 20 | 0 | 2 | 10E | 59 | 52 |
| Octal | 322 | 252 | 372 | 20 | 40 | 0 | 2 | 416 | 131 | 122 |
| Binary | 11010010 | 10101010 | 11111010 | 10000 | 100000 | 0 | 10 | 100001110 | 1011001 | 1010010 |
Color Harmonies of #D2AAFA
Complementary color
Monochromatic Colors of #D2AAFA
Black with #D2AAFA
Text Example
Text Example
White with #D2AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAFA; }
p { color: rgb(210,170,250); }
H1.HeaderClassName
{
color: #D2AAFA;
}
.AnyTagClassName
{
color: #D2AAFA;
}
</style>
background-color css
<style>
a { background-color: #D2AAFA; }
a { background-color: rgb(210,170,250); }
div.DivClassName
{
background-color: #D2AAFA;
}
.BgClassName
{
background-color: #D2AAFA;
}
</style>
border-color css
<style>
span { border-color: #D2AAFA; }
span { border-color: rgb(210,170,250); }
td.TdClassName
{
border-color: #D2AAFA;
}
.TagClassName
{
border-color: #D2AAFA;
}
</style>