Shades of Mauve #D9ABEF
Tints of Mauve #D9ABEF
RGB
CMYK
RGB Variations
Color information
#D9ABEF (or 0xD9ABEF) is known color: Mauve. HEX triplet: D9, AB and EF. RGB value is (217,171,239). Sum of RGB (Red+Green+Blue) = 217+171+239=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABEF is #265410. Grayscale: #C0C0C0. Windows color (decimal): -2511889 or 15707097. OLE color: 15707097.
HSL color Cylindrical-coordinate representation of color #D9ABEF: hue angle of 280.59º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9ABEF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 171 | 239 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.06 |
| HSL | 280.59º | 0.68% | 0.8% | - |
| HSV(B) | 280.59º | 0.28% | 0.94% | - |
| XYZ | 58.76 | 50.11 | 88.24 | - |
| YUV | 192.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 239 | 0.09 | 0.28 | 0 | 0.06 | 280.59 | 0.68 | 0.8 |
| Hex | D9 | AB | EF | 9 | 1C | 0 | 6 | 119 | 44 | 50 |
| Octal | 331 | 253 | 357 | 11 | 34 | 0 | 6 | 431 | 104 | 120 |
| Binary | 11011001 | 10101011 | 11101111 | 1001 | 11100 | 0 | 110 | 100011001 | 1000100 | 1010000 |
Color Harmonies of #D9ABEF
Complementary color
Monochromatic Colors of #D9ABEF
Black with #D9ABEF
Text Example
Text Example
White with #D9ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABEF; }
p { color: rgb(217,171,239); }
H1.HeaderClassName
{
color: #D9ABEF;
}
.AnyTagClassName
{
color: #D9ABEF;
}
</style>
background-color css
<style>
a { background-color: #D9ABEF; }
a { background-color: rgb(217,171,239); }
div.DivClassName
{
background-color: #D9ABEF;
}
.BgClassName
{
background-color: #D9ABEF;
}
</style>
border-color css
<style>
span { border-color: #D9ABEF; }
span { border-color: rgb(217,171,239); }
td.TdClassName
{
border-color: #D9ABEF;
}
.TagClassName
{
border-color: #D9ABEF;
}
</style>