Shades of Mauve #D1ABEF
Tints of Mauve #D1ABEF
RGB
CMYK
RGB Variations
Color information
#D1ABEF (or 0xD1ABEF) is known color: Mauve. HEX triplet: D1, AB and EF. RGB value is (209,171,239). Sum of RGB (Red+Green+Blue) = 209+171+239=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABEF is #2E5410. Grayscale: #BDBDBD. Windows color (decimal): -3036177 or 15707089. OLE color: 15707089.
HSL color Cylindrical-coordinate representation of color #D1ABEF: hue angle of 273.53º 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 #D1ABEF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 171 | 239 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.06 |
| HSL | 273.53º | 0.68% | 0.8% | - |
| HSV(B) | 273.53º | 0.28% | 0.94% | - |
| XYZ | 56.44 | 48.91 | 88.13 | - |
| YUV | 190.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 239 | 0.13 | 0.28 | 0 | 0.06 | 273.53 | 0.68 | 0.8 |
| Hex | D1 | AB | EF | D | 1C | 0 | 6 | 112 | 44 | 50 |
| Octal | 321 | 253 | 357 | 15 | 34 | 0 | 6 | 422 | 104 | 120 |
| Binary | 11010001 | 10101011 | 11101111 | 1101 | 11100 | 0 | 110 | 100010010 | 1000100 | 1010000 |
Color Harmonies of #D1ABEF
Complementary color
Monochromatic Colors of #D1ABEF
Black with #D1ABEF
Text Example
Text Example
White with #D1ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABEF; }
p { color: rgb(209,171,239); }
H1.HeaderClassName
{
color: #D1ABEF;
}
.AnyTagClassName
{
color: #D1ABEF;
}
</style>
background-color css
<style>
a { background-color: #D1ABEF; }
a { background-color: rgb(209,171,239); }
div.DivClassName
{
background-color: #D1ABEF;
}
.BgClassName
{
background-color: #D1ABEF;
}
</style>
border-color css
<style>
span { border-color: #D1ABEF; }
span { border-color: rgb(209,171,239); }
td.TdClassName
{
border-color: #D1ABEF;
}
.TagClassName
{
border-color: #D1ABEF;
}
</style>