Shades of Mauve #D6ABFE
Tints of Mauve #D6ABFE
RGB
CMYK
RGB Variations
Color information
#D6ABFE (or 0xD6ABFE) is known color: Mauve. HEX triplet: D6, AB and FE. RGB value is (214,171,254). Sum of RGB (Red+Green+Blue) = 214+171+254=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABFE is #295401. Grayscale: #C1C1C1. Windows color (decimal): -2708482 or 16690134. OLE color: 16690134.
HSL color Cylindrical-coordinate representation of color #D6ABFE: hue angle of 271.08º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6ABFE is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 171 | 254 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.00 |
| HSL | 271.08º | 0.98% | 0.83% | - |
| HSV(B) | 271.08º | 0.33% | 1% | - |
| XYZ | 60.18 | 50.58 | 100.36 | - |
| YUV | 193.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 254 | 0.16 | 0.33 | 0 | 0.00 | 271.08 | 0.98 | 0.83 |
| Hex | D6 | AB | FE | 10 | 21 | 0 | 0 | 10F | 62 | 53 |
| Octal | 326 | 253 | 376 | 20 | 41 | 0 | 0 | 417 | 142 | 123 |
| Binary | 11010110 | 10101011 | 11111110 | 10000 | 100001 | 0 | 0 | 100001111 | 1100010 | 1010011 |
Color Harmonies of #D6ABFE
Complementary color
Monochromatic Colors of #D6ABFE
Black with #D6ABFE
Text Example
Text Example
White with #D6ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABFE; }
p { color: rgb(214,171,254); }
H1.HeaderClassName
{
color: #D6ABFE;
}
.AnyTagClassName
{
color: #D6ABFE;
}
</style>
background-color css
<style>
a { background-color: #D6ABFE; }
a { background-color: rgb(214,171,254); }
div.DivClassName
{
background-color: #D6ABFE;
}
.BgClassName
{
background-color: #D6ABFE;
}
</style>
border-color css
<style>
span { border-color: #D6ABFE; }
span { border-color: rgb(214,171,254); }
td.TdClassName
{
border-color: #D6ABFE;
}
.TagClassName
{
border-color: #D6ABFE;
}
</style>