Shades of Mauve #D9ABEE
Tints of Mauve #D9ABEE
RGB
CMYK
RGB Variations
Color information
#D9ABEE (or 0xD9ABEE) is known color: Mauve. HEX triplet: D9, AB and EE. RGB value is (217,171,238). Sum of RGB (Red+Green+Blue) = 217+171+238=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABEE is #265411. Grayscale: #C0C0C0. Windows color (decimal): -2511890 or 15641561. OLE color: 15641561.
HSL color Cylindrical-coordinate representation of color #D9ABEE: hue angle of 281.19º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9ABEE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 171 | 238 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.07 |
| HSL | 281.19º | 0.66% | 0.8% | - |
| HSV(B) | 281.19º | 0.28% | 0.93% | - |
| XYZ | 58.61 | 50.05 | 87.46 | - |
| YUV | 192.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 238 | 0.09 | 0.28 | 0 | 0.07 | 281.19 | 0.66 | 0.8 |
| Hex | D9 | AB | EE | 9 | 1C | 0 | 7 | 119 | 42 | 50 |
| Octal | 331 | 253 | 356 | 11 | 34 | 0 | 7 | 431 | 102 | 120 |
| Binary | 11011001 | 10101011 | 11101110 | 1001 | 11100 | 0 | 111 | 100011001 | 1000010 | 1010000 |
Color Harmonies of #D9ABEE
Complementary color
Monochromatic Colors of #D9ABEE
Black with #D9ABEE
Text Example
Text Example
White with #D9ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABEE; }
p { color: rgb(217,171,238); }
H1.HeaderClassName
{
color: #D9ABEE;
}
.AnyTagClassName
{
color: #D9ABEE;
}
</style>
background-color css
<style>
a { background-color: #D9ABEE; }
a { background-color: rgb(217,171,238); }
div.DivClassName
{
background-color: #D9ABEE;
}
.BgClassName
{
background-color: #D9ABEE;
}
</style>
border-color css
<style>
span { border-color: #D9ABEE; }
span { border-color: rgb(217,171,238); }
td.TdClassName
{
border-color: #D9ABEE;
}
.TagClassName
{
border-color: #D9ABEE;
}
</style>