Shades of Mauve #D1ABFB
Tints of Mauve #D1ABFB
RGB
CMYK
RGB Variations
Color information
#D1ABFB (or 0xD1ABFB) is known color: Mauve. HEX triplet: D1, AB and FB. RGB value is (209,171,251). Sum of RGB (Red+Green+Blue) = 209+171+251=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABFB is #2E5404. Grayscale: #BFBFBF. Windows color (decimal): -3036165 or 16493521. OLE color: 16493521.
HSL color Cylindrical-coordinate representation of color #D1ABFB: hue angle of 268.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1ABFB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 171 | 251 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.02 |
| HSL | 268.5º | 0.91% | 0.83% | - |
| HSV(B) | 268.5º | 0.32% | 0.98% | - |
| XYZ | 58.27 | 49.65 | 97.78 | - |
| YUV | 191.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 251 | 0.17 | 0.32 | 0 | 0.02 | 268.5 | 0.91 | 0.83 |
| Hex | D1 | AB | FB | 11 | 20 | 0 | 2 | 10C | 5B | 53 |
| Octal | 321 | 253 | 373 | 21 | 40 | 0 | 2 | 414 | 133 | 123 |
| Binary | 11010001 | 10101011 | 11111011 | 10001 | 100000 | 0 | 10 | 100001100 | 1011011 | 1010011 |
Color Harmonies of #D1ABFB
Complementary color
Monochromatic Colors of #D1ABFB
Black with #D1ABFB
Text Example
Text Example
White with #D1ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABFB; }
p { color: rgb(209,171,251); }
H1.HeaderClassName
{
color: #D1ABFB;
}
.AnyTagClassName
{
color: #D1ABFB;
}
</style>
background-color css
<style>
a { background-color: #D1ABFB; }
a { background-color: rgb(209,171,251); }
div.DivClassName
{
background-color: #D1ABFB;
}
.BgClassName
{
background-color: #D1ABFB;
}
</style>
border-color css
<style>
span { border-color: #D1ABFB; }
span { border-color: rgb(209,171,251); }
td.TdClassName
{
border-color: #D1ABFB;
}
.TagClassName
{
border-color: #D1ABFB;
}
</style>