Shades of Mauve #D3ABFF
Tints of Mauve #D3ABFF
RGB
CMYK
RGB Variations
Color information
#D3ABFF (or 0xD3ABFF) is known color: Mauve. HEX triplet: D3, AB and FF. RGB value is (211,171,255). Sum of RGB (Red+Green+Blue) = 211+171+255=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ABFF is #2C5400. Grayscale: #C0C0C0. Windows color (decimal): -2905089 or 16755667. OLE color: 16755667.
HSL color Cylindrical-coordinate representation of color #D3ABFF: hue angle of 268.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3ABFF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 171 | 255 | - |
| CMYK | 0.17 | 0.33 | 0 | 0 |
| HSL | 268.57º | 1% | 0.84% | - |
| HSV(B) | 268.57º | 0.33% | 1% | - |
| XYZ | 59.48 | 50.19 | 101.16 | - |
| YUV | 192.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 255 | 0.17 | 0.33 | 0 | 0 | 268.57 | 1 | 0.84 |
| Hex | D3 | AB | FF | 11 | 21 | 0 | 0 | 10D | 64 | 54 |
| Octal | 323 | 253 | 377 | 21 | 41 | 0 | 0 | 415 | 144 | 124 |
| Binary | 11010011 | 10101011 | 11111111 | 10001 | 100001 | 0 | 0 | 100001101 | 1100100 | 1010100 |
Color Harmonies of #D3ABFF
Complementary color
Monochromatic Colors of #D3ABFF
Black with #D3ABFF
Text Example
Text Example
White with #D3ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABFF; }
p { color: rgb(211,171,255); }
H1.HeaderClassName
{
color: #D3ABFF;
}
.AnyTagClassName
{
color: #D3ABFF;
}
</style>
background-color css
<style>
a { background-color: #D3ABFF; }
a { background-color: rgb(211,171,255); }
div.DivClassName
{
background-color: #D3ABFF;
}
.BgClassName
{
background-color: #D3ABFF;
}
</style>
border-color css
<style>
span { border-color: #D3ABFF; }
span { border-color: rgb(211,171,255); }
td.TdClassName
{
border-color: #D3ABFF;
}
.TagClassName
{
border-color: #D3ABFF;
}
</style>