Shades of Mauve #D6ABF1
Tints of Mauve #D6ABF1
RGB
CMYK
RGB Variations
Color information
#D6ABF1 (or 0xD6ABF1) is known color: Mauve. HEX triplet: D6, AB and F1. RGB value is (214,171,241). Sum of RGB (Red+Green+Blue) = 214+171+241=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABF1 is #29540E. Grayscale: #BFBFBF. Windows color (decimal): -2708495 or 15838166. OLE color: 15838166.
HSL color Cylindrical-coordinate representation of color #D6ABF1: hue angle of 276.86º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6ABF1 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 171 | 241 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.05 |
| HSL | 276.86º | 0.71% | 0.81% | - |
| HSV(B) | 276.86º | 0.29% | 0.95% | - |
| XYZ | 58.17 | 49.77 | 89.76 | - |
| YUV | 191.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 241 | 0.11 | 0.29 | 0 | 0.05 | 276.86 | 0.71 | 0.81 |
| Hex | D6 | AB | F1 | B | 1D | 0 | 5 | 115 | 47 | 51 |
| Octal | 326 | 253 | 361 | 13 | 35 | 0 | 5 | 425 | 107 | 121 |
| Binary | 11010110 | 10101011 | 11110001 | 1011 | 11101 | 0 | 101 | 100010101 | 1000111 | 1010001 |
Color Harmonies of #D6ABF1
Complementary color
Monochromatic Colors of #D6ABF1
Black with #D6ABF1
Text Example
Text Example
White with #D6ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABF1; }
p { color: rgb(214,171,241); }
H1.HeaderClassName
{
color: #D6ABF1;
}
.AnyTagClassName
{
color: #D6ABF1;
}
</style>
background-color css
<style>
a { background-color: #D6ABF1; }
a { background-color: rgb(214,171,241); }
div.DivClassName
{
background-color: #D6ABF1;
}
.BgClassName
{
background-color: #D6ABF1;
}
</style>
border-color css
<style>
span { border-color: #D6ABF1; }
span { border-color: rgb(214,171,241); }
td.TdClassName
{
border-color: #D6ABF1;
}
.TagClassName
{
border-color: #D6ABF1;
}
</style>