Shades of Mauve #D3ABEF
Tints of Mauve #D3ABEF
RGB
CMYK
RGB Variations
Color information
#D3ABEF (or 0xD3ABEF) is known color: Mauve. HEX triplet: D3, AB and EF. RGB value is (211,171,239). Sum of RGB (Red+Green+Blue) = 211+171+239=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ABEF is #2C5410. Grayscale: #BEBEBE. Windows color (decimal): -2905105 or 15707091. OLE color: 15707091.
HSL color Cylindrical-coordinate representation of color #D3ABEF: hue angle of 275.29º 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 #D3ABEF is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 171 | 239 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.06 |
| HSL | 275.29º | 0.68% | 0.8% | - |
| HSV(B) | 275.29º | 0.28% | 0.94% | - |
| XYZ | 57.01 | 49.21 | 88.15 | - |
| YUV | 190.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 239 | 0.12 | 0.28 | 0 | 0.06 | 275.29 | 0.68 | 0.8 |
| Hex | D3 | AB | EF | C | 1C | 0 | 6 | 113 | 44 | 50 |
| Octal | 323 | 253 | 357 | 14 | 34 | 0 | 6 | 423 | 104 | 120 |
| Binary | 11010011 | 10101011 | 11101111 | 1100 | 11100 | 0 | 110 | 100010011 | 1000100 | 1010000 |
Color Harmonies of #D3ABEF
Complementary color
Monochromatic Colors of #D3ABEF
Black with #D3ABEF
Text Example
Text Example
White with #D3ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABEF; }
p { color: rgb(211,171,239); }
H1.HeaderClassName
{
color: #D3ABEF;
}
.AnyTagClassName
{
color: #D3ABEF;
}
</style>
background-color css
<style>
a { background-color: #D3ABEF; }
a { background-color: rgb(211,171,239); }
div.DivClassName
{
background-color: #D3ABEF;
}
.BgClassName
{
background-color: #D3ABEF;
}
</style>
border-color css
<style>
span { border-color: #D3ABEF; }
span { border-color: rgb(211,171,239); }
td.TdClassName
{
border-color: #D3ABEF;
}
.TagClassName
{
border-color: #D3ABEF;
}
</style>