Shades of Mauve #D2AAF3
Tints of Mauve #D2AAF3
RGB
CMYK
RGB Variations
Color information
#D2AAF3 (or 0xD2AAF3) is known color: Mauve. HEX triplet: D2, AA and F3. RGB value is (210,170,243). Sum of RGB (Red+Green+Blue) = 210+170+243=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAF3 is #2D550C. Grayscale: #BEBEBE. Windows color (decimal): -2970893 or 15968978. OLE color: 15968978.
HSL color Cylindrical-coordinate representation of color #D2AAF3: hue angle of 272.88º 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 #D2AAF3 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 170 | 243 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.05 |
| HSL | 272.88º | 0.75% | 0.81% | - |
| HSV(B) | 272.88º | 0.3% | 0.95% | - |
| XYZ | 57.13 | 48.92 | 91.23 | - |
| YUV | 190.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 243 | 0.14 | 0.30 | 0 | 0.05 | 272.88 | 0.75 | 0.81 |
| Hex | D2 | AA | F3 | E | 1E | 0 | 5 | 111 | 4B | 51 |
| Octal | 322 | 252 | 363 | 16 | 36 | 0 | 5 | 421 | 113 | 121 |
| Binary | 11010010 | 10101010 | 11110011 | 1110 | 11110 | 0 | 101 | 100010001 | 1001011 | 1010001 |
Color Harmonies of #D2AAF3
Complementary color
Monochromatic Colors of #D2AAF3
Black with #D2AAF3
Text Example
Text Example
White with #D2AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAF3; }
p { color: rgb(210,170,243); }
H1.HeaderClassName
{
color: #D2AAF3;
}
.AnyTagClassName
{
color: #D2AAF3;
}
</style>
background-color css
<style>
a { background-color: #D2AAF3; }
a { background-color: rgb(210,170,243); }
div.DivClassName
{
background-color: #D2AAF3;
}
.BgClassName
{
background-color: #D2AAF3;
}
</style>
border-color css
<style>
span { border-color: #D2AAF3; }
span { border-color: rgb(210,170,243); }
td.TdClassName
{
border-color: #D2AAF3;
}
.TagClassName
{
border-color: #D2AAF3;
}
</style>