Shades of Mauve #D4AAF6
Tints of Mauve #D4AAF6
RGB
CMYK
RGB Variations
Color information
#D4AAF6 (or 0xD4AAF6) is known color: Mauve. HEX triplet: D4, AA and F6. RGB value is (212,170,246). Sum of RGB (Red+Green+Blue) = 212+170+246=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4AAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAF6 is #2B5509. Grayscale: #BEBEBE. Windows color (decimal): -2839818 or 16165588. OLE color: 16165588.
HSL color Cylindrical-coordinate representation of color #D4AAF6: hue angle of 273.16º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4AAF6 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 170 | 246 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.04 |
| HSL | 273.16º | 0.81% | 0.82% | - |
| HSV(B) | 273.16º | 0.31% | 0.96% | - |
| XYZ | 58.16 | 49.4 | 93.66 | - |
| YUV | 191.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 246 | 0.14 | 0.31 | 0 | 0.04 | 273.16 | 0.81 | 0.82 |
| Hex | D4 | AA | F6 | E | 1F | 0 | 4 | 111 | 51 | 52 |
| Octal | 324 | 252 | 366 | 16 | 37 | 0 | 4 | 421 | 121 | 122 |
| Binary | 11010100 | 10101010 | 11110110 | 1110 | 11111 | 0 | 100 | 100010001 | 1010001 | 1010010 |
Color Harmonies of #D4AAF6
Complementary color
Monochromatic Colors of #D4AAF6
Black with #D4AAF6
Text Example
Text Example
White with #D4AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAF6; }
p { color: rgb(212,170,246); }
H1.HeaderClassName
{
color: #D4AAF6;
}
.AnyTagClassName
{
color: #D4AAF6;
}
</style>
background-color css
<style>
a { background-color: #D4AAF6; }
a { background-color: rgb(212,170,246); }
div.DivClassName
{
background-color: #D4AAF6;
}
.BgClassName
{
background-color: #D4AAF6;
}
</style>
border-color css
<style>
span { border-color: #D4AAF6; }
span { border-color: rgb(212,170,246); }
td.TdClassName
{
border-color: #D4AAF6;
}
.TagClassName
{
border-color: #D4AAF6;
}
</style>