Shades of Mauve #D6ABFB
Tints of Mauve #D6ABFB
RGB
CMYK
RGB Variations
Color information
#D6ABFB (or 0xD6ABFB) is known color: Mauve. HEX triplet: D6, AB and FB. RGB value is (214,171,251). Sum of RGB (Red+Green+Blue) = 214+171+251=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABFB is #295404. Grayscale: #C0C0C0. Windows color (decimal): -2708485 or 16493526. OLE color: 16493526.
HSL color Cylindrical-coordinate representation of color #D6ABFB: hue angle of 272.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6ABFB is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 171 | 251 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.02 |
| HSL | 272.25º | 0.91% | 0.83% | - |
| HSV(B) | 272.25º | 0.32% | 0.98% | - |
| XYZ | 59.71 | 50.39 | 97.85 | - |
| YUV | 192.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 251 | 0.15 | 0.32 | 0 | 0.02 | 272.25 | 0.91 | 0.83 |
| Hex | D6 | AB | FB | F | 20 | 0 | 2 | 110 | 5B | 53 |
| Octal | 326 | 253 | 373 | 17 | 40 | 0 | 2 | 420 | 133 | 123 |
| Binary | 11010110 | 10101011 | 11111011 | 1111 | 100000 | 0 | 10 | 100010000 | 1011011 | 1010011 |
Color Harmonies of #D6ABFB
Complementary color
Monochromatic Colors of #D6ABFB
Black with #D6ABFB
Text Example
Text Example
White with #D6ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABFB; }
p { color: rgb(214,171,251); }
H1.HeaderClassName
{
color: #D6ABFB;
}
.AnyTagClassName
{
color: #D6ABFB;
}
</style>
background-color css
<style>
a { background-color: #D6ABFB; }
a { background-color: rgb(214,171,251); }
div.DivClassName
{
background-color: #D6ABFB;
}
.BgClassName
{
background-color: #D6ABFB;
}
</style>
border-color css
<style>
span { border-color: #D6ABFB; }
span { border-color: rgb(214,171,251); }
td.TdClassName
{
border-color: #D6ABFB;
}
.TagClassName
{
border-color: #D6ABFB;
}
</style>