Shades of Mauve #D3AAF1
Tints of Mauve #D3AAF1
RGB
CMYK
RGB Variations
Color information
#D3AAF1 (or 0xD3AAF1) is known color: Mauve. HEX triplet: D3, AA and F1. RGB value is (211,170,241). Sum of RGB (Red+Green+Blue) = 211+170+241=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AAF1 is #2C550E. Grayscale: #BEBEBE. Windows color (decimal): -2905359 or 15837907. OLE color: 15837907.
HSL color Cylindrical-coordinate representation of color #D3AAF1: hue angle of 274.65º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3AAF1 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 170 | 241 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.05 |
| HSL | 274.65º | 0.72% | 0.81% | - |
| HSV(B) | 274.65º | 0.29% | 0.95% | - |
| XYZ | 57.12 | 48.95 | 89.66 | - |
| YUV | 190.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 241 | 0.12 | 0.29 | 0 | 0.05 | 274.65 | 0.72 | 0.81 |
| Hex | D3 | AA | F1 | C | 1D | 0 | 5 | 113 | 48 | 51 |
| Octal | 323 | 252 | 361 | 14 | 35 | 0 | 5 | 423 | 110 | 121 |
| Binary | 11010011 | 10101010 | 11110001 | 1100 | 11101 | 0 | 101 | 100010011 | 1001000 | 1010001 |
Color Harmonies of #D3AAF1
Complementary color
Monochromatic Colors of #D3AAF1
Black with #D3AAF1
Text Example
Text Example
White with #D3AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAF1; }
p { color: rgb(211,170,241); }
H1.HeaderClassName
{
color: #D3AAF1;
}
.AnyTagClassName
{
color: #D3AAF1;
}
</style>
background-color css
<style>
a { background-color: #D3AAF1; }
a { background-color: rgb(211,170,241); }
div.DivClassName
{
background-color: #D3AAF1;
}
.BgClassName
{
background-color: #D3AAF1;
}
</style>
border-color css
<style>
span { border-color: #D3AAF1; }
span { border-color: rgb(211,170,241); }
td.TdClassName
{
border-color: #D3AAF1;
}
.TagClassName
{
border-color: #D3AAF1;
}
</style>