Shades of Mauve #D1ABFF
Tints of Mauve #D1ABFF
RGB
CMYK
RGB Variations
Color information
#D1ABFF (or 0xD1ABFF) is known color: Mauve. HEX triplet: D1, AB and FF. RGB value is (209,171,255). Sum of RGB (Red+Green+Blue) = 209+171+255=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABFF is #2E5400. Grayscale: #BFBFBF. Windows color (decimal): -3036161 or 16755665. OLE color: 16755665.
HSL color Cylindrical-coordinate representation of color #D1ABFF: hue angle of 267.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1ABFF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 171 | 255 | - |
| CMYK | 0.18 | 0.33 | 0 | 0 |
| HSL | 267.14º | 1% | 0.84% | - |
| HSV(B) | 267.14º | 0.33% | 1% | - |
| XYZ | 58.91 | 49.9 | 101.13 | - |
| YUV | 191.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 255 | 0.18 | 0.33 | 0 | 0 | 267.14 | 1 | 0.84 |
| Hex | D1 | AB | FF | 12 | 21 | 0 | 0 | 10B | 64 | 54 |
| Octal | 321 | 253 | 377 | 22 | 41 | 0 | 0 | 413 | 144 | 124 |
| Binary | 11010001 | 10101011 | 11111111 | 10010 | 100001 | 0 | 0 | 100001011 | 1100100 | 1010100 |
Color Harmonies of #D1ABFF
Complementary color
Monochromatic Colors of #D1ABFF
Black with #D1ABFF
Text Example
Text Example
White with #D1ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABFF; }
p { color: rgb(209,171,255); }
H1.HeaderClassName
{
color: #D1ABFF;
}
.AnyTagClassName
{
color: #D1ABFF;
}
</style>
background-color css
<style>
a { background-color: #D1ABFF; }
a { background-color: rgb(209,171,255); }
div.DivClassName
{
background-color: #D1ABFF;
}
.BgClassName
{
background-color: #D1ABFF;
}
</style>
border-color css
<style>
span { border-color: #D1ABFF; }
span { border-color: rgb(209,171,255); }
td.TdClassName
{
border-color: #D1ABFF;
}
.TagClassName
{
border-color: #D1ABFF;
}
</style>