Shades of Mauve #D3ABFD
Tints of Mauve #D3ABFD
RGB
CMYK
RGB Variations
Color information
#D3ABFD (or 0xD3ABFD) is known color: Mauve. HEX triplet: D3, AB and FD. RGB value is (211,171,253). Sum of RGB (Red+Green+Blue) = 211+171+253=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ABFD is #2C5402. Grayscale: #C0C0C0. Windows color (decimal): -2905091 or 16624595. OLE color: 16624595.
HSL color Cylindrical-coordinate representation of color #D3ABFD: hue angle of 269.27º 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 #D3ABFD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 171 | 253 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.01 |
| HSL | 269.27º | 0.95% | 0.83% | - |
| HSV(B) | 269.27º | 0.32% | 0.99% | - |
| XYZ | 59.16 | 50.07 | 99.47 | - |
| YUV | 192.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 253 | 0.17 | 0.32 | 0 | 0.01 | 269.27 | 0.95 | 0.83 |
| Hex | D3 | AB | FD | 11 | 20 | 0 | 1 | 10D | 5F | 53 |
| Octal | 323 | 253 | 375 | 21 | 40 | 0 | 1 | 415 | 137 | 123 |
| Binary | 11010011 | 10101011 | 11111101 | 10001 | 100000 | 0 | 1 | 100001101 | 1011111 | 1010011 |
Color Harmonies of #D3ABFD
Complementary color
Monochromatic Colors of #D3ABFD
Black with #D3ABFD
Text Example
Text Example
White with #D3ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABFD; }
p { color: rgb(211,171,253); }
H1.HeaderClassName
{
color: #D3ABFD;
}
.AnyTagClassName
{
color: #D3ABFD;
}
</style>
background-color css
<style>
a { background-color: #D3ABFD; }
a { background-color: rgb(211,171,253); }
div.DivClassName
{
background-color: #D3ABFD;
}
.BgClassName
{
background-color: #D3ABFD;
}
</style>
border-color css
<style>
span { border-color: #D3ABFD; }
span { border-color: rgb(211,171,253); }
td.TdClassName
{
border-color: #D3ABFD;
}
.TagClassName
{
border-color: #D3ABFD;
}
</style>