Shades of Mauve #D6ABED
Tints of Mauve #D6ABED
RGB
CMYK
RGB Variations
Color information
#D6ABED (or 0xD6ABED) is known color: Mauve. HEX triplet: D6, AB and ED. RGB value is (214,171,237). Sum of RGB (Red+Green+Blue) = 214+171+237=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABED is #295412. Grayscale: #BFBFBF. Windows color (decimal): -2708499 or 15576022. OLE color: 15576022.
HSL color Cylindrical-coordinate representation of color #D6ABED: hue angle of 279.09º 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 #D6ABED is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 171 | 237 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.07 |
| HSL | 279.09º | 0.65% | 0.8% | - |
| HSV(B) | 279.09º | 0.28% | 0.93% | - |
| XYZ | 57.58 | 49.54 | 86.65 | - |
| YUV | 191.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 237 | 0.10 | 0.28 | 0 | 0.07 | 279.09 | 0.65 | 0.8 |
| Hex | D6 | AB | ED | A | 1C | 0 | 7 | 117 | 41 | 50 |
| Octal | 326 | 253 | 355 | 12 | 34 | 0 | 7 | 427 | 101 | 120 |
| Binary | 11010110 | 10101011 | 11101101 | 1010 | 11100 | 0 | 111 | 100010111 | 1000001 | 1010000 |
Color Harmonies of #D6ABED
Complementary color
Monochromatic Colors of #D6ABED
Black with #D6ABED
Text Example
Text Example
White with #D6ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABED; }
p { color: rgb(214,171,237); }
H1.HeaderClassName
{
color: #D6ABED;
}
.AnyTagClassName
{
color: #D6ABED;
}
</style>
background-color css
<style>
a { background-color: #D6ABED; }
a { background-color: rgb(214,171,237); }
div.DivClassName
{
background-color: #D6ABED;
}
.BgClassName
{
background-color: #D6ABED;
}
</style>
border-color css
<style>
span { border-color: #D6ABED; }
span { border-color: rgb(214,171,237); }
td.TdClassName
{
border-color: #D6ABED;
}
.TagClassName
{
border-color: #D6ABED;
}
</style>