Shades of Mauve #D3ABEE
Tints of Mauve #D3ABEE
RGB
CMYK
RGB Variations
Color information
#D3ABEE (or 0xD3ABEE) is known color: Mauve. HEX triplet: D3, AB and EE. RGB value is (211,171,238). Sum of RGB (Red+Green+Blue) = 211+171+238=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ABEE is #2C5411. Grayscale: #BEBEBE. Windows color (decimal): -2905106 or 15641555. OLE color: 15641555.
HSL color Cylindrical-coordinate representation of color #D3ABEE: hue angle of 275.82º degrees, saturation: 0.66, 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 #D3ABEE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 171 | 238 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.07 |
| HSL | 275.82º | 0.66% | 0.8% | - |
| HSV(B) | 275.82º | 0.28% | 0.93% | - |
| XYZ | 56.86 | 49.15 | 87.38 | - |
| YUV | 190.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 238 | 0.11 | 0.28 | 0 | 0.07 | 275.82 | 0.66 | 0.8 |
| Hex | D3 | AB | EE | B | 1C | 0 | 7 | 114 | 42 | 50 |
| Octal | 323 | 253 | 356 | 13 | 34 | 0 | 7 | 424 | 102 | 120 |
| Binary | 11010011 | 10101011 | 11101110 | 1011 | 11100 | 0 | 111 | 100010100 | 1000010 | 1010000 |
Color Harmonies of #D3ABEE
Complementary color
Monochromatic Colors of #D3ABEE
Black with #D3ABEE
Text Example
Text Example
White with #D3ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABEE; }
p { color: rgb(211,171,238); }
H1.HeaderClassName
{
color: #D3ABEE;
}
.AnyTagClassName
{
color: #D3ABEE;
}
</style>
background-color css
<style>
a { background-color: #D3ABEE; }
a { background-color: rgb(211,171,238); }
div.DivClassName
{
background-color: #D3ABEE;
}
.BgClassName
{
background-color: #D3ABEE;
}
</style>
border-color css
<style>
span { border-color: #D3ABEE; }
span { border-color: rgb(211,171,238); }
td.TdClassName
{
border-color: #D3ABEE;
}
.TagClassName
{
border-color: #D3ABEE;
}
</style>