Shades of Mauve #D2ABFD
Tints of Mauve #D2ABFD
RGB
CMYK
RGB Variations
Color information
#D2ABFD (or 0xD2ABFD) is known color: Mauve. HEX triplet: D2, AB and FD. RGB value is (210,171,253). Sum of RGB (Red+Green+Blue) = 210+171+253=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABFD is #2D5402. Grayscale: #BFBFBF. Windows color (decimal): -2970627 or 16624594. OLE color: 16624594.
HSL color Cylindrical-coordinate representation of color #D2ABFD: hue angle of 268.54º 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 #D2ABFD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 171 | 253 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.01 |
| HSL | 268.54º | 0.95% | 0.83% | - |
| HSV(B) | 268.54º | 0.32% | 0.99% | - |
| XYZ | 58.87 | 49.92 | 99.46 | - |
| YUV | 192.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 253 | 0.17 | 0.32 | 0 | 0.01 | 268.54 | 0.95 | 0.83 |
| Hex | D2 | AB | FD | 11 | 20 | 0 | 1 | 10D | 5F | 53 |
| Octal | 322 | 253 | 375 | 21 | 40 | 0 | 1 | 415 | 137 | 123 |
| Binary | 11010010 | 10101011 | 11111101 | 10001 | 100000 | 0 | 1 | 100001101 | 1011111 | 1010011 |
Color Harmonies of #D2ABFD
Complementary color
Monochromatic Colors of #D2ABFD
Black with #D2ABFD
Text Example
Text Example
White with #D2ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABFD; }
p { color: rgb(210,171,253); }
H1.HeaderClassName
{
color: #D2ABFD;
}
.AnyTagClassName
{
color: #D2ABFD;
}
</style>
background-color css
<style>
a { background-color: #D2ABFD; }
a { background-color: rgb(210,171,253); }
div.DivClassName
{
background-color: #D2ABFD;
}
.BgClassName
{
background-color: #D2ABFD;
}
</style>
border-color css
<style>
span { border-color: #D2ABFD; }
span { border-color: rgb(210,171,253); }
td.TdClassName
{
border-color: #D2ABFD;
}
.TagClassName
{
border-color: #D2ABFD;
}
</style>