Shades of Mauve #D9ABFF
Tints of Mauve #D9ABFF
RGB
CMYK
RGB Variations
Color information
#D9ABFF (or 0xD9ABFF) is known color: Mauve. HEX triplet: D9, AB and FF. RGB value is (217,171,255). Sum of RGB (Red+Green+Blue) = 217+171+255=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABFF is #265400. Grayscale: #C2C2C2. Windows color (decimal): -2511873 or 16755673. OLE color: 16755673.
HSL color Cylindrical-coordinate representation of color #D9ABFF: hue angle of 272.86º 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 #D9ABFF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 171 | 255 | - |
| CMYK | 0.15 | 0.33 | 0 | 0 |
| HSL | 272.86º | 1% | 0.84% | - |
| HSV(B) | 272.86º | 0.33% | 1% | - |
| XYZ | 61.23 | 51.1 | 101.24 | - |
| YUV | 194.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 255 | 0.15 | 0.33 | 0 | 0 | 272.86 | 1 | 0.84 |
| Hex | D9 | AB | FF | F | 21 | 0 | 0 | 111 | 64 | 54 |
| Octal | 331 | 253 | 377 | 17 | 41 | 0 | 0 | 421 | 144 | 124 |
| Binary | 11011001 | 10101011 | 11111111 | 1111 | 100001 | 0 | 0 | 100010001 | 1100100 | 1010100 |
Color Harmonies of #D9ABFF
Complementary color
Monochromatic Colors of #D9ABFF
Black with #D9ABFF
Text Example
Text Example
White with #D9ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABFF; }
p { color: rgb(217,171,255); }
H1.HeaderClassName
{
color: #D9ABFF;
}
.AnyTagClassName
{
color: #D9ABFF;
}
</style>
background-color css
<style>
a { background-color: #D9ABFF; }
a { background-color: rgb(217,171,255); }
div.DivClassName
{
background-color: #D9ABFF;
}
.BgClassName
{
background-color: #D9ABFF;
}
</style>
border-color css
<style>
span { border-color: #D9ABFF; }
span { border-color: rgb(217,171,255); }
td.TdClassName
{
border-color: #D9ABFF;
}
.TagClassName
{
border-color: #D9ABFF;
}
</style>