Shades of Mauve #D9ABF0
Tints of Mauve #D9ABF0
RGB
CMYK
RGB Variations
Color information
#D9ABF0 (or 0xD9ABF0) is known color: Mauve. HEX triplet: D9, AB and F0. RGB value is (217,171,240). Sum of RGB (Red+Green+Blue) = 217+171+240=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABF0 is #26540F. Grayscale: #C0C0C0. Windows color (decimal): -2511888 or 15772633. OLE color: 15772633.
HSL color Cylindrical-coordinate representation of color #D9ABF0: hue angle of 280º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9ABF0 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 171 | 240 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.06 |
| HSL | 280º | 0.7% | 0.81% | - |
| HSV(B) | 280º | 0.29% | 0.94% | - |
| XYZ | 58.91 | 50.17 | 89.02 | - |
| YUV | 192.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 240 | 0.10 | 0.29 | 0 | 0.06 | 280 | 0.7 | 0.81 |
| Hex | D9 | AB | F0 | A | 1D | 0 | 6 | 118 | 46 | 51 |
| Octal | 331 | 253 | 360 | 12 | 35 | 0 | 6 | 430 | 106 | 121 |
| Binary | 11011001 | 10101011 | 11110000 | 1010 | 11101 | 0 | 110 | 100011000 | 1000110 | 1010001 |
Color Harmonies of #D9ABF0
Complementary color
Monochromatic Colors of #D9ABF0
Black with #D9ABF0
Text Example
Text Example
White with #D9ABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABF0; }
p { color: rgb(217,171,240); }
H1.HeaderClassName
{
color: #D9ABF0;
}
.AnyTagClassName
{
color: #D9ABF0;
}
</style>
background-color css
<style>
a { background-color: #D9ABF0; }
a { background-color: rgb(217,171,240); }
div.DivClassName
{
background-color: #D9ABF0;
}
.BgClassName
{
background-color: #D9ABF0;
}
</style>
border-color css
<style>
span { border-color: #D9ABF0; }
span { border-color: rgb(217,171,240); }
td.TdClassName
{
border-color: #D9ABF0;
}
.TagClassName
{
border-color: #D9ABF0;
}
</style>