Shades of Mauve #D2ABFF
Tints of Mauve #D2ABFF
RGB
CMYK
RGB Variations
Color information
#D2ABFF (or 0xD2ABFF) is known color: Mauve. HEX triplet: D2, AB and FF. RGB value is (210,171,255). Sum of RGB (Red+Green+Blue) = 210+171+255=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABFF is #2D5400. Grayscale: #BFBFBF. Windows color (decimal): -2970625 or 16755666. OLE color: 16755666.
HSL color Cylindrical-coordinate representation of color #D2ABFF: hue angle of 267.86º 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 #D2ABFF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 171 | 255 | - |
| CMYK | 0.18 | 0.33 | 0 | 0 |
| HSL | 267.86º | 1% | 0.84% | - |
| HSV(B) | 267.86º | 0.33% | 1% | - |
| XYZ | 59.19 | 50.05 | 101.15 | - |
| YUV | 192.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 255 | 0.18 | 0.33 | 0 | 0 | 267.86 | 1 | 0.84 |
| Hex | D2 | AB | FF | 12 | 21 | 0 | 0 | 10C | 64 | 54 |
| Octal | 322 | 253 | 377 | 22 | 41 | 0 | 0 | 414 | 144 | 124 |
| Binary | 11010010 | 10101011 | 11111111 | 10010 | 100001 | 0 | 0 | 100001100 | 1100100 | 1010100 |
Color Harmonies of #D2ABFF
Complementary color
Monochromatic Colors of #D2ABFF
Black with #D2ABFF
Text Example
Text Example
White with #D2ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABFF; }
p { color: rgb(210,171,255); }
H1.HeaderClassName
{
color: #D2ABFF;
}
.AnyTagClassName
{
color: #D2ABFF;
}
</style>
background-color css
<style>
a { background-color: #D2ABFF; }
a { background-color: rgb(210,171,255); }
div.DivClassName
{
background-color: #D2ABFF;
}
.BgClassName
{
background-color: #D2ABFF;
}
</style>
border-color css
<style>
span { border-color: #D2ABFF; }
span { border-color: rgb(210,171,255); }
td.TdClassName
{
border-color: #D2ABFF;
}
.TagClassName
{
border-color: #D2ABFF;
}
</style>