Shades of Mauve #D0ABEF
Tints of Mauve #D0ABEF
RGB
CMYK
RGB Variations
Color information
#D0ABEF (or 0xD0ABEF) is known color: Mauve. HEX triplet: D0, AB and EF. RGB value is (208,171,239). Sum of RGB (Red+Green+Blue) = 208+171+239=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABEF is #2F5410. Grayscale: #BDBDBD. Windows color (decimal): -3101713 or 15707088. OLE color: 15707088.
HSL color Cylindrical-coordinate representation of color #D0ABEF: hue angle of 272.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0ABEF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 171 | 239 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.06 |
| HSL | 272.65º | 0.68% | 0.8% | - |
| HSV(B) | 272.65º | 0.28% | 0.94% | - |
| XYZ | 56.16 | 48.77 | 88.11 | - |
| YUV | 189.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 239 | 0.13 | 0.28 | 0 | 0.06 | 272.65 | 0.68 | 0.8 |
| Hex | D0 | AB | EF | D | 1C | 0 | 6 | 111 | 44 | 50 |
| Octal | 320 | 253 | 357 | 15 | 34 | 0 | 6 | 421 | 104 | 120 |
| Binary | 11010000 | 10101011 | 11101111 | 1101 | 11100 | 0 | 110 | 100010001 | 1000100 | 1010000 |
Color Harmonies of #D0ABEF
Complementary color
Monochromatic Colors of #D0ABEF
Black with #D0ABEF
Text Example
Text Example
White with #D0ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABEF; }
p { color: rgb(208,171,239); }
H1.HeaderClassName
{
color: #D0ABEF;
}
.AnyTagClassName
{
color: #D0ABEF;
}
</style>
background-color css
<style>
a { background-color: #D0ABEF; }
a { background-color: rgb(208,171,239); }
div.DivClassName
{
background-color: #D0ABEF;
}
.BgClassName
{
background-color: #D0ABEF;
}
</style>
border-color css
<style>
span { border-color: #D0ABEF; }
span { border-color: rgb(208,171,239); }
td.TdClassName
{
border-color: #D0ABEF;
}
.TagClassName
{
border-color: #D0ABEF;
}
</style>