Shades of Mauve #D3AAFA
Tints of Mauve #D3AAFA
RGB
CMYK
RGB Variations
Color information
#D3AAFA (or 0xD3AAFA) is known color: Mauve. HEX triplet: D3, AA and FA. RGB value is (211,170,250). Sum of RGB (Red+Green+Blue) = 211+170+250=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AAFA is #2C5505. Grayscale: #BFBFBF. Windows color (decimal): -2905350 or 16427731. OLE color: 16427731.
HSL color Cylindrical-coordinate representation of color #D3AAFA: hue angle of 270.75º 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 #D3AAFA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 170 | 250 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.02 |
| HSL | 270.75º | 0.89% | 0.82% | - |
| HSV(B) | 270.75º | 0.32% | 0.98% | - |
| XYZ | 58.49 | 49.5 | 96.91 | - |
| YUV | 191.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 250 | 0.16 | 0.32 | 0 | 0.02 | 270.75 | 0.89 | 0.82 |
| Hex | D3 | AA | FA | 10 | 20 | 0 | 2 | 10F | 59 | 52 |
| Octal | 323 | 252 | 372 | 20 | 40 | 0 | 2 | 417 | 131 | 122 |
| Binary | 11010011 | 10101010 | 11111010 | 10000 | 100000 | 0 | 10 | 100001111 | 1011001 | 1010010 |
Color Harmonies of #D3AAFA
Complementary color
Monochromatic Colors of #D3AAFA
Black with #D3AAFA
Text Example
Text Example
White with #D3AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAFA; }
p { color: rgb(211,170,250); }
H1.HeaderClassName
{
color: #D3AAFA;
}
.AnyTagClassName
{
color: #D3AAFA;
}
</style>
background-color css
<style>
a { background-color: #D3AAFA; }
a { background-color: rgb(211,170,250); }
div.DivClassName
{
background-color: #D3AAFA;
}
.BgClassName
{
background-color: #D3AAFA;
}
</style>
border-color css
<style>
span { border-color: #D3AAFA; }
span { border-color: rgb(211,170,250); }
td.TdClassName
{
border-color: #D3AAFA;
}
.TagClassName
{
border-color: #D3AAFA;
}
</style>