Shades of Mauve #D3AAF3
Tints of Mauve #D3AAF3
RGB
CMYK
RGB Variations
Color information
#D3AAF3 (or 0xD3AAF3) is known color: Mauve. HEX triplet: D3, AA and F3. RGB value is (211,170,243). Sum of RGB (Red+Green+Blue) = 211+170+243=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AAF3 is #2C550C. Grayscale: #BEBEBE. Windows color (decimal): -2905357 or 15968979. OLE color: 15968979.
HSL color Cylindrical-coordinate representation of color #D3AAF3: hue angle of 273.7º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3AAF3 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 170 | 243 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.05 |
| HSL | 273.7º | 0.75% | 0.81% | - |
| HSV(B) | 273.7º | 0.3% | 0.95% | - |
| XYZ | 57.42 | 49.07 | 91.24 | - |
| YUV | 190.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 243 | 0.13 | 0.30 | 0 | 0.05 | 273.7 | 0.75 | 0.81 |
| Hex | D3 | AA | F3 | D | 1E | 0 | 5 | 112 | 4B | 51 |
| Octal | 323 | 252 | 363 | 15 | 36 | 0 | 5 | 422 | 113 | 121 |
| Binary | 11010011 | 10101010 | 11110011 | 1101 | 11110 | 0 | 101 | 100010010 | 1001011 | 1010001 |
Color Harmonies of #D3AAF3
Complementary color
Monochromatic Colors of #D3AAF3
Black with #D3AAF3
Text Example
Text Example
White with #D3AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAF3; }
p { color: rgb(211,170,243); }
H1.HeaderClassName
{
color: #D3AAF3;
}
.AnyTagClassName
{
color: #D3AAF3;
}
</style>
background-color css
<style>
a { background-color: #D3AAF3; }
a { background-color: rgb(211,170,243); }
div.DivClassName
{
background-color: #D3AAF3;
}
.BgClassName
{
background-color: #D3AAF3;
}
</style>
border-color css
<style>
span { border-color: #D3AAF3; }
span { border-color: rgb(211,170,243); }
td.TdClassName
{
border-color: #D3AAF3;
}
.TagClassName
{
border-color: #D3AAF3;
}
</style>