Shades of Mauve #D2AAFD
Tints of Mauve #D2AAFD
RGB
CMYK
RGB Variations
Color information
#D2AAFD (or 0xD2AAFD) is known color: Mauve. HEX triplet: D2, AA and FD. RGB value is (210,170,253). Sum of RGB (Red+Green+Blue) = 210+170+253=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAFD is #2D5502. Grayscale: #BFBFBF. Windows color (decimal): -2970883 or 16624338. OLE color: 16624338.
HSL color Cylindrical-coordinate representation of color #D2AAFD: hue angle of 268.92º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2AAFD is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 170 | 253 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.01 |
| HSL | 268.92º | 0.95% | 0.83% | - |
| HSV(B) | 268.92º | 0.33% | 0.99% | - |
| XYZ | 58.68 | 49.54 | 99.4 | - |
| YUV | 191.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 253 | 0.17 | 0.33 | 0 | 0.01 | 268.92 | 0.95 | 0.83 |
| Hex | D2 | AA | FD | 11 | 21 | 0 | 1 | 10D | 5F | 53 |
| Octal | 322 | 252 | 375 | 21 | 41 | 0 | 1 | 415 | 137 | 123 |
| Binary | 11010010 | 10101010 | 11111101 | 10001 | 100001 | 0 | 1 | 100001101 | 1011111 | 1010011 |
Color Harmonies of #D2AAFD
Complementary color
Monochromatic Colors of #D2AAFD
Black with #D2AAFD
Text Example
Text Example
White with #D2AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAFD; }
p { color: rgb(210,170,253); }
H1.HeaderClassName
{
color: #D2AAFD;
}
.AnyTagClassName
{
color: #D2AAFD;
}
</style>
background-color css
<style>
a { background-color: #D2AAFD; }
a { background-color: rgb(210,170,253); }
div.DivClassName
{
background-color: #D2AAFD;
}
.BgClassName
{
background-color: #D2AAFD;
}
</style>
border-color css
<style>
span { border-color: #D2AAFD; }
span { border-color: rgb(210,170,253); }
td.TdClassName
{
border-color: #D2AAFD;
}
.TagClassName
{
border-color: #D2AAFD;
}
</style>