Shades of Mauve #D6ABFC
Tints of Mauve #D6ABFC
RGB
CMYK
RGB Variations
Color information
#D6ABFC (or 0xD6ABFC) is known color: Mauve. HEX triplet: D6, AB and FC. RGB value is (214,171,252). Sum of RGB (Red+Green+Blue) = 214+171+252=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABFC is #295403. Grayscale: #C0C0C0. Windows color (decimal): -2708484 or 16559062. OLE color: 16559062.
HSL color Cylindrical-coordinate representation of color #D6ABFC: hue angle of 271.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6ABFC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 171 | 252 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.01 |
| HSL | 271.85º | 0.93% | 0.83% | - |
| HSV(B) | 271.85º | 0.32% | 0.99% | - |
| XYZ | 59.87 | 50.45 | 98.68 | - |
| YUV | 193.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 252 | 0.15 | 0.32 | 0 | 0.01 | 271.85 | 0.93 | 0.83 |
| Hex | D6 | AB | FC | F | 20 | 0 | 1 | 110 | 5D | 53 |
| Octal | 326 | 253 | 374 | 17 | 40 | 0 | 1 | 420 | 135 | 123 |
| Binary | 11010110 | 10101011 | 11111100 | 1111 | 100000 | 0 | 1 | 100010000 | 1011101 | 1010011 |
Color Harmonies of #D6ABFC
Complementary color
Monochromatic Colors of #D6ABFC
Black with #D6ABFC
Text Example
Text Example
White with #D6ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABFC; }
p { color: rgb(214,171,252); }
H1.HeaderClassName
{
color: #D6ABFC;
}
.AnyTagClassName
{
color: #D6ABFC;
}
</style>
background-color css
<style>
a { background-color: #D6ABFC; }
a { background-color: rgb(214,171,252); }
div.DivClassName
{
background-color: #D6ABFC;
}
.BgClassName
{
background-color: #D6ABFC;
}
</style>
border-color css
<style>
span { border-color: #D6ABFC; }
span { border-color: rgb(214,171,252); }
td.TdClassName
{
border-color: #D6ABFC;
}
.TagClassName
{
border-color: #D6ABFC;
}
</style>