Shades of Mauve #D3ABFA
Tints of Mauve #D3ABFA
RGB
CMYK
RGB Variations
Color information
#D3ABFA (or 0xD3ABFA) is known color: Mauve. HEX triplet: D3, AB and FA. RGB value is (211,171,250). Sum of RGB (Red+Green+Blue) = 211+171+250=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ABFA is #2C5405. Grayscale: #BFBFBF. Windows color (decimal): -2905094 or 16427987. OLE color: 16427987.
HSL color Cylindrical-coordinate representation of color #D3ABFA: hue angle of 270.38º degrees, saturation: 0.89, 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 #D3ABFA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 171 | 250 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.02 |
| HSL | 270.38º | 0.89% | 0.83% | - |
| HSV(B) | 270.38º | 0.32% | 0.98% | - |
| XYZ | 58.68 | 49.88 | 96.98 | - |
| YUV | 191.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 250 | 0.16 | 0.32 | 0 | 0.02 | 270.38 | 0.89 | 0.83 |
| Hex | D3 | AB | FA | 10 | 20 | 0 | 2 | 10E | 59 | 53 |
| Octal | 323 | 253 | 372 | 20 | 40 | 0 | 2 | 416 | 131 | 123 |
| Binary | 11010011 | 10101011 | 11111010 | 10000 | 100000 | 0 | 10 | 100001110 | 1011001 | 1010011 |
Color Harmonies of #D3ABFA
Complementary color
Monochromatic Colors of #D3ABFA
Black with #D3ABFA
Text Example
Text Example
White with #D3ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABFA; }
p { color: rgb(211,171,250); }
H1.HeaderClassName
{
color: #D3ABFA;
}
.AnyTagClassName
{
color: #D3ABFA;
}
</style>
background-color css
<style>
a { background-color: #D3ABFA; }
a { background-color: rgb(211,171,250); }
div.DivClassName
{
background-color: #D3ABFA;
}
.BgClassName
{
background-color: #D3ABFA;
}
</style>
border-color css
<style>
span { border-color: #D3ABFA; }
span { border-color: rgb(211,171,250); }
td.TdClassName
{
border-color: #D3ABFA;
}
.TagClassName
{
border-color: #D3ABFA;
}
</style>