Shades of Mauve #D6ABFD
Tints of Mauve #D6ABFD
RGB
CMYK
RGB Variations
Color information
#D6ABFD (or 0xD6ABFD) is known color: Mauve. HEX triplet: D6, AB and FD. RGB value is (214,171,253). Sum of RGB (Red+Green+Blue) = 214+171+253=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABFD is #295402. Grayscale: #C0C0C0. Windows color (decimal): -2708483 or 16624598. OLE color: 16624598.
HSL color Cylindrical-coordinate representation of color #D6ABFD: hue angle of 271.46º degrees, saturation: 0.95, 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 #D6ABFD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 171 | 253 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.01 |
| HSL | 271.46º | 0.95% | 0.83% | - |
| HSV(B) | 271.46º | 0.32% | 0.99% | - |
| XYZ | 60.02 | 50.51 | 99.52 | - |
| YUV | 193.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 253 | 0.15 | 0.32 | 0 | 0.01 | 271.46 | 0.95 | 0.83 |
| Hex | D6 | AB | FD | F | 20 | 0 | 1 | 10F | 5F | 53 |
| Octal | 326 | 253 | 375 | 17 | 40 | 0 | 1 | 417 | 137 | 123 |
| Binary | 11010110 | 10101011 | 11111101 | 1111 | 100000 | 0 | 1 | 100001111 | 1011111 | 1010011 |
Color Harmonies of #D6ABFD
Complementary color
Monochromatic Colors of #D6ABFD
Black with #D6ABFD
Text Example
Text Example
White with #D6ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABFD; }
p { color: rgb(214,171,253); }
H1.HeaderClassName
{
color: #D6ABFD;
}
.AnyTagClassName
{
color: #D6ABFD;
}
</style>
background-color css
<style>
a { background-color: #D6ABFD; }
a { background-color: rgb(214,171,253); }
div.DivClassName
{
background-color: #D6ABFD;
}
.BgClassName
{
background-color: #D6ABFD;
}
</style>
border-color css
<style>
span { border-color: #D6ABFD; }
span { border-color: rgb(214,171,253); }
td.TdClassName
{
border-color: #D6ABFD;
}
.TagClassName
{
border-color: #D6ABFD;
}
</style>