Shades of Mauve #D2AAFB
Tints of Mauve #D2AAFB
RGB
CMYK
RGB Variations
Color information
#D2AAFB (or 0xD2AAFB) is known color: Mauve. HEX triplet: D2, AA and FB. RGB value is (210,170,251). Sum of RGB (Red+Green+Blue) = 210+170+251=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAFB is #2D5504. Grayscale: #BEBEBE. Windows color (decimal): -2970885 or 16493266. OLE color: 16493266.
HSL color Cylindrical-coordinate representation of color #D2AAFB: hue angle of 269.63º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2AAFB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 170 | 251 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.02 |
| HSL | 269.63º | 0.91% | 0.83% | - |
| HSV(B) | 269.63º | 0.32% | 0.98% | - |
| XYZ | 58.37 | 49.42 | 97.73 | - |
| YUV | 191.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 251 | 0.16 | 0.32 | 0 | 0.02 | 269.63 | 0.91 | 0.83 |
| Hex | D2 | AA | FB | 10 | 20 | 0 | 2 | 10E | 5B | 53 |
| Octal | 322 | 252 | 373 | 20 | 40 | 0 | 2 | 416 | 133 | 123 |
| Binary | 11010010 | 10101010 | 11111011 | 10000 | 100000 | 0 | 10 | 100001110 | 1011011 | 1010011 |
Color Harmonies of #D2AAFB
Complementary color
Monochromatic Colors of #D2AAFB
Black with #D2AAFB
Text Example
Text Example
White with #D2AAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAFB; }
p { color: rgb(210,170,251); }
H1.HeaderClassName
{
color: #D2AAFB;
}
.AnyTagClassName
{
color: #D2AAFB;
}
</style>
background-color css
<style>
a { background-color: #D2AAFB; }
a { background-color: rgb(210,170,251); }
div.DivClassName
{
background-color: #D2AAFB;
}
.BgClassName
{
background-color: #D2AAFB;
}
</style>
border-color css
<style>
span { border-color: #D2AAFB; }
span { border-color: rgb(210,170,251); }
td.TdClassName
{
border-color: #D2AAFB;
}
.TagClassName
{
border-color: #D2AAFB;
}
</style>