Shades of Mauve #D3ABED
Tints of Mauve #D3ABED
RGB
CMYK
RGB Variations
Color information
#D3ABED (or 0xD3ABED) is known color: Mauve. HEX triplet: D3, AB and ED. RGB value is (211,171,237). Sum of RGB (Red+Green+Blue) = 211+171+237=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ABED is #2C5412. Grayscale: #BEBEBE. Windows color (decimal): -2905107 or 15576019. OLE color: 15576019.
HSL color Cylindrical-coordinate representation of color #D3ABED: hue angle of 276.36º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3ABED is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 171 | 237 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.07 |
| HSL | 276.36º | 0.65% | 0.8% | - |
| HSV(B) | 276.36º | 0.28% | 0.93% | - |
| XYZ | 56.71 | 49.09 | 86.61 | - |
| YUV | 190.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 237 | 0.11 | 0.28 | 0 | 0.07 | 276.36 | 0.65 | 0.8 |
| Hex | D3 | AB | ED | B | 1C | 0 | 7 | 114 | 41 | 50 |
| Octal | 323 | 253 | 355 | 13 | 34 | 0 | 7 | 424 | 101 | 120 |
| Binary | 11010011 | 10101011 | 11101101 | 1011 | 11100 | 0 | 111 | 100010100 | 1000001 | 1010000 |
Color Harmonies of #D3ABED
Complementary color
Monochromatic Colors of #D3ABED
Black with #D3ABED
Text Example
Text Example
White with #D3ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABED; }
p { color: rgb(211,171,237); }
H1.HeaderClassName
{
color: #D3ABED;
}
.AnyTagClassName
{
color: #D3ABED;
}
</style>
background-color css
<style>
a { background-color: #D3ABED; }
a { background-color: rgb(211,171,237); }
div.DivClassName
{
background-color: #D3ABED;
}
.BgClassName
{
background-color: #D3ABED;
}
</style>
border-color css
<style>
span { border-color: #D3ABED; }
span { border-color: rgb(211,171,237); }
td.TdClassName
{
border-color: #D3ABED;
}
.TagClassName
{
border-color: #D3ABED;
}
</style>