Shades of Mauve #D9ABFE
Tints of Mauve #D9ABFE
RGB
CMYK
RGB Variations
Color information
#D9ABFE (or 0xD9ABFE) is known color: Mauve. HEX triplet: D9, AB and FE. RGB value is (217,171,254). Sum of RGB (Red+Green+Blue) = 217+171+254=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABFE is #265401. Grayscale: #C1C1C1. Windows color (decimal): -2511874 or 16690137. OLE color: 16690137.
HSL color Cylindrical-coordinate representation of color #D9ABFE: hue angle of 273.25º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9ABFE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 171 | 254 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.00 |
| HSL | 273.25º | 0.98% | 0.83% | - |
| HSV(B) | 273.25º | 0.33% | 1% | - |
| XYZ | 61.07 | 51.03 | 100.4 | - |
| YUV | 194.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 254 | 0.15 | 0.33 | 0 | 0.00 | 273.25 | 0.98 | 0.83 |
| Hex | D9 | AB | FE | F | 21 | 0 | 0 | 111 | 62 | 53 |
| Octal | 331 | 253 | 376 | 17 | 41 | 0 | 0 | 421 | 142 | 123 |
| Binary | 11011001 | 10101011 | 11111110 | 1111 | 100001 | 0 | 0 | 100010001 | 1100010 | 1010011 |
Color Harmonies of #D9ABFE
Complementary color
Monochromatic Colors of #D9ABFE
Black with #D9ABFE
Text Example
Text Example
White with #D9ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABFE; }
p { color: rgb(217,171,254); }
H1.HeaderClassName
{
color: #D9ABFE;
}
.AnyTagClassName
{
color: #D9ABFE;
}
</style>
background-color css
<style>
a { background-color: #D9ABFE; }
a { background-color: rgb(217,171,254); }
div.DivClassName
{
background-color: #D9ABFE;
}
.BgClassName
{
background-color: #D9ABFE;
}
</style>
border-color css
<style>
span { border-color: #D9ABFE; }
span { border-color: rgb(217,171,254); }
td.TdClassName
{
border-color: #D9ABFE;
}
.TagClassName
{
border-color: #D9ABFE;
}
</style>