Shades of Mauve #D8ABED
Tints of Mauve #D8ABED
RGB
CMYK
RGB Variations
Color information
#D8ABED (or 0xD8ABED) is known color: Mauve. HEX triplet: D8, AB and ED. RGB value is (216,171,237). Sum of RGB (Red+Green+Blue) = 216+171+237=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ABED is #275412. Grayscale: #BFBFBF. Windows color (decimal): -2577427 or 15576024. OLE color: 15576024.
HSL color Cylindrical-coordinate representation of color #D8ABED: hue angle of 280.91º degrees, saturation: 0.65, 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 #D8ABED is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 171 | 237 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.07 |
| HSL | 280.91º | 0.65% | 0.8% | - |
| HSV(B) | 280.91º | 0.28% | 0.93% | - |
| XYZ | 58.17 | 49.84 | 86.67 | - |
| YUV | 191.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 237 | 0.09 | 0.28 | 0 | 0.07 | 280.91 | 0.65 | 0.8 |
| Hex | D8 | AB | ED | 9 | 1C | 0 | 7 | 119 | 41 | 50 |
| Octal | 330 | 253 | 355 | 11 | 34 | 0 | 7 | 431 | 101 | 120 |
| Binary | 11011000 | 10101011 | 11101101 | 1001 | 11100 | 0 | 111 | 100011001 | 1000001 | 1010000 |
Color Harmonies of #D8ABED
Complementary color
Monochromatic Colors of #D8ABED
Black with #D8ABED
Text Example
Text Example
White with #D8ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABED; }
p { color: rgb(216,171,237); }
H1.HeaderClassName
{
color: #D8ABED;
}
.AnyTagClassName
{
color: #D8ABED;
}
</style>
background-color css
<style>
a { background-color: #D8ABED; }
a { background-color: rgb(216,171,237); }
div.DivClassName
{
background-color: #D8ABED;
}
.BgClassName
{
background-color: #D8ABED;
}
</style>
border-color css
<style>
span { border-color: #D8ABED; }
span { border-color: rgb(216,171,237); }
td.TdClassName
{
border-color: #D8ABED;
}
.TagClassName
{
border-color: #D8ABED;
}
</style>