Shades of Mauve #D0ABFC
Tints of Mauve #D0ABFC
RGB
CMYK
RGB Variations
Color information
#D0ABFC (or 0xD0ABFC) is known color: Mauve. HEX triplet: D0, AB and FC. RGB value is (208,171,252). Sum of RGB (Red+Green+Blue) = 208+171+252=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABFC is #2F5403. Grayscale: #BFBFBF. Windows color (decimal): -3101700 or 16559056. OLE color: 16559056.
HSL color Cylindrical-coordinate representation of color #D0ABFC: hue angle of 267.41º degrees, saturation: 0.93, 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 #D0ABFC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 171 | 252 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.01 |
| HSL | 267.41º | 0.93% | 0.83% | - |
| HSV(B) | 267.41º | 0.32% | 0.99% | - |
| XYZ | 58.15 | 49.56 | 98.6 | - |
| YUV | 191.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 252 | 0.17 | 0.32 | 0 | 0.01 | 267.41 | 0.93 | 0.83 |
| Hex | D0 | AB | FC | 11 | 20 | 0 | 1 | 10B | 5D | 53 |
| Octal | 320 | 253 | 374 | 21 | 40 | 0 | 1 | 413 | 135 | 123 |
| Binary | 11010000 | 10101011 | 11111100 | 10001 | 100000 | 0 | 1 | 100001011 | 1011101 | 1010011 |
Color Harmonies of #D0ABFC
Complementary color
Monochromatic Colors of #D0ABFC
Black with #D0ABFC
Text Example
Text Example
White with #D0ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABFC; }
p { color: rgb(208,171,252); }
H1.HeaderClassName
{
color: #D0ABFC;
}
.AnyTagClassName
{
color: #D0ABFC;
}
</style>
background-color css
<style>
a { background-color: #D0ABFC; }
a { background-color: rgb(208,171,252); }
div.DivClassName
{
background-color: #D0ABFC;
}
.BgClassName
{
background-color: #D0ABFC;
}
</style>
border-color css
<style>
span { border-color: #D0ABFC; }
span { border-color: rgb(208,171,252); }
td.TdClassName
{
border-color: #D0ABFC;
}
.TagClassName
{
border-color: #D0ABFC;
}
</style>