Shades of Mauve #D0ABFB
Tints of Mauve #D0ABFB
RGB
CMYK
RGB Variations
Color information
#D0ABFB (or 0xD0ABFB) is known color: Mauve. HEX triplet: D0, AB and FB. RGB value is (208,171,251). Sum of RGB (Red+Green+Blue) = 208+171+251=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABFB is #2F5404. Grayscale: #BEBEBE. Windows color (decimal): -3101701 or 16493520. OLE color: 16493520.
HSL color Cylindrical-coordinate representation of color #D0ABFB: hue angle of 267.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0ABFB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 171 | 251 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.02 |
| HSL | 267.75º | 0.91% | 0.83% | - |
| HSV(B) | 267.75º | 0.32% | 0.98% | - |
| XYZ | 57.99 | 49.5 | 97.77 | - |
| YUV | 191.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 251 | 0.17 | 0.32 | 0 | 0.02 | 267.75 | 0.91 | 0.83 |
| Hex | D0 | AB | FB | 11 | 20 | 0 | 2 | 10C | 5B | 53 |
| Octal | 320 | 253 | 373 | 21 | 40 | 0 | 2 | 414 | 133 | 123 |
| Binary | 11010000 | 10101011 | 11111011 | 10001 | 100000 | 0 | 10 | 100001100 | 1011011 | 1010011 |
Color Harmonies of #D0ABFB
Complementary color
Monochromatic Colors of #D0ABFB
Black with #D0ABFB
Text Example
Text Example
White with #D0ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABFB; }
p { color: rgb(208,171,251); }
H1.HeaderClassName
{
color: #D0ABFB;
}
.AnyTagClassName
{
color: #D0ABFB;
}
</style>
background-color css
<style>
a { background-color: #D0ABFB; }
a { background-color: rgb(208,171,251); }
div.DivClassName
{
background-color: #D0ABFB;
}
.BgClassName
{
background-color: #D0ABFB;
}
</style>
border-color css
<style>
span { border-color: #D0ABFB; }
span { border-color: rgb(208,171,251); }
td.TdClassName
{
border-color: #D0ABFB;
}
.TagClassName
{
border-color: #D0ABFB;
}
</style>