Shades of Mauve #D8ABFF
Tints of Mauve #D8ABFF
RGB
CMYK
RGB Variations
Color information
#D8ABFF (or 0xD8ABFF) is known color: Mauve. HEX triplet: D8, AB and FF. RGB value is (216,171,255). Sum of RGB (Red+Green+Blue) = 216+171+255=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ABFF is #275400. Grayscale: #C1C1C1. Windows color (decimal): -2577409 or 16755672. OLE color: 16755672.
HSL color Cylindrical-coordinate representation of color #D8ABFF: hue angle of 272.14º 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 #D8ABFF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 171 | 255 | - |
| CMYK | 0.15 | 0.33 | 0 | 0 |
| HSL | 272.14º | 1% | 0.84% | - |
| HSV(B) | 272.14º | 0.33% | 1% | - |
| XYZ | 60.93 | 50.94 | 101.23 | - |
| YUV | 194.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 255 | 0.15 | 0.33 | 0 | 0 | 272.14 | 1 | 0.84 |
| Hex | D8 | AB | FF | F | 21 | 0 | 0 | 110 | 64 | 54 |
| Octal | 330 | 253 | 377 | 17 | 41 | 0 | 0 | 420 | 144 | 124 |
| Binary | 11011000 | 10101011 | 11111111 | 1111 | 100001 | 0 | 0 | 100010000 | 1100100 | 1010100 |
Color Harmonies of #D8ABFF
Complementary color
Monochromatic Colors of #D8ABFF
Black with #D8ABFF
Text Example
Text Example
White with #D8ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABFF; }
p { color: rgb(216,171,255); }
H1.HeaderClassName
{
color: #D8ABFF;
}
.AnyTagClassName
{
color: #D8ABFF;
}
</style>
background-color css
<style>
a { background-color: #D8ABFF; }
a { background-color: rgb(216,171,255); }
div.DivClassName
{
background-color: #D8ABFF;
}
.BgClassName
{
background-color: #D8ABFF;
}
</style>
border-color css
<style>
span { border-color: #D8ABFF; }
span { border-color: rgb(216,171,255); }
td.TdClassName
{
border-color: #D8ABFF;
}
.TagClassName
{
border-color: #D8ABFF;
}
</style>