Shades of Mauve #D6AAFD
Tints of Mauve #D6AAFD
RGB
CMYK
RGB Variations
Color information
#D6AAFD (or 0xD6AAFD) is known color: Mauve. HEX triplet: D6, AA and FD. RGB value is (214,170,253). Sum of RGB (Red+Green+Blue) = 214+170+253=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAFD is #295502. Grayscale: #C0C0C0. Windows color (decimal): -2708739 or 16624342. OLE color: 16624342.
HSL color Cylindrical-coordinate representation of color #D6AAFD: hue angle of 271.81º 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 #D6AAFD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 170 | 253 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.01 |
| HSL | 271.81º | 0.95% | 0.83% | - |
| HSV(B) | 271.81º | 0.33% | 0.99% | - |
| XYZ | 59.84 | 50.14 | 99.45 | - |
| YUV | 192.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 253 | 0.15 | 0.33 | 0 | 0.01 | 271.81 | 0.95 | 0.83 |
| Hex | D6 | AA | FD | F | 21 | 0 | 1 | 110 | 5F | 53 |
| Octal | 326 | 252 | 375 | 17 | 41 | 0 | 1 | 420 | 137 | 123 |
| Binary | 11010110 | 10101010 | 11111101 | 1111 | 100001 | 0 | 1 | 100010000 | 1011111 | 1010011 |
Color Harmonies of #D6AAFD
Complementary color
Monochromatic Colors of #D6AAFD
Black with #D6AAFD
Text Example
Text Example
White with #D6AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AAFD; }
p { color: rgb(214,170,253); }
H1.HeaderClassName
{
color: #D6AAFD;
}
.AnyTagClassName
{
color: #D6AAFD;
}
</style>
background-color css
<style>
a { background-color: #D6AAFD; }
a { background-color: rgb(214,170,253); }
div.DivClassName
{
background-color: #D6AAFD;
}
.BgClassName
{
background-color: #D6AAFD;
}
</style>
border-color css
<style>
span { border-color: #D6AAFD; }
span { border-color: rgb(214,170,253); }
td.TdClassName
{
border-color: #D6AAFD;
}
.TagClassName
{
border-color: #D6AAFD;
}
</style>