Shades of Mauve #D3AAFE
Tints of Mauve #D3AAFE
RGB
CMYK
RGB Variations
Color information
#D3AAFE (or 0xD3AAFE) is known color: Mauve. HEX triplet: D3, AA and FE. RGB value is (211,170,254). Sum of RGB (Red+Green+Blue) = 211+170+254=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AAFE is #2C5501. Grayscale: #BFBFBF. Windows color (decimal): -2905346 or 16689875. OLE color: 16689875.
HSL color Cylindrical-coordinate representation of color #D3AAFE: hue angle of 269.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3AAFE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 170 | 254 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.00 |
| HSL | 269.29º | 0.98% | 0.83% | - |
| HSV(B) | 269.29º | 0.33% | 1% | - |
| XYZ | 59.13 | 49.75 | 100.25 | - |
| YUV | 191.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 254 | 0.17 | 0.33 | 0 | 0.00 | 269.29 | 0.98 | 0.83 |
| Hex | D3 | AA | FE | 11 | 21 | 0 | 0 | 10D | 62 | 53 |
| Octal | 323 | 252 | 376 | 21 | 41 | 0 | 0 | 415 | 142 | 123 |
| Binary | 11010011 | 10101010 | 11111110 | 10001 | 100001 | 0 | 0 | 100001101 | 1100010 | 1010011 |
Color Harmonies of #D3AAFE
Complementary color
Monochromatic Colors of #D3AAFE
Black with #D3AAFE
Text Example
Text Example
White with #D3AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAFE; }
p { color: rgb(211,170,254); }
H1.HeaderClassName
{
color: #D3AAFE;
}
.AnyTagClassName
{
color: #D3AAFE;
}
</style>
background-color css
<style>
a { background-color: #D3AAFE; }
a { background-color: rgb(211,170,254); }
div.DivClassName
{
background-color: #D3AAFE;
}
.BgClassName
{
background-color: #D3AAFE;
}
</style>
border-color css
<style>
span { border-color: #D3AAFE; }
span { border-color: rgb(211,170,254); }
td.TdClassName
{
border-color: #D3AAFE;
}
.TagClassName
{
border-color: #D3AAFE;
}
</style>