Shades of Mauve #D3ACEE
Tints of Mauve #D3ACEE
RGB
CMYK
RGB Variations
Color information
#D3ACEE (or 0xD3ACEE) is known color: Mauve. HEX triplet: D3, AC and EE. RGB value is (211,172,238). Sum of RGB (Red+Green+Blue) = 211+172+238=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3ACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACEE is #2C5311. Grayscale: #BEBEBE. Windows color (decimal): -2904850 or 15641811. OLE color: 15641811.
HSL color Cylindrical-coordinate representation of color #D3ACEE: hue angle of 275.45º 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 #D3ACEE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 172 | 238 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.07 |
| HSL | 275.45º | 0.66% | 0.8% | - |
| HSV(B) | 275.45º | 0.28% | 0.93% | - |
| XYZ | 57.05 | 49.53 | 87.44 | - |
| YUV | 191.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 238 | 0.11 | 0.28 | 0 | 0.07 | 275.45 | 0.66 | 0.8 |
| Hex | D3 | AC | EE | B | 1C | 0 | 7 | 113 | 42 | 50 |
| Octal | 323 | 254 | 356 | 13 | 34 | 0 | 7 | 423 | 102 | 120 |
| Binary | 11010011 | 10101100 | 11101110 | 1011 | 11100 | 0 | 111 | 100010011 | 1000010 | 1010000 |
Color Harmonies of #D3ACEE
Complementary color
Monochromatic Colors of #D3ACEE
Black with #D3ACEE
Text Example
Text Example
White with #D3ACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACEE; }
p { color: rgb(211,172,238); }
H1.HeaderClassName
{
color: #D3ACEE;
}
.AnyTagClassName
{
color: #D3ACEE;
}
</style>
background-color css
<style>
a { background-color: #D3ACEE; }
a { background-color: rgb(211,172,238); }
div.DivClassName
{
background-color: #D3ACEE;
}
.BgClassName
{
background-color: #D3ACEE;
}
</style>
border-color css
<style>
span { border-color: #D3ACEE; }
span { border-color: rgb(211,172,238); }
td.TdClassName
{
border-color: #D3ACEE;
}
.TagClassName
{
border-color: #D3ACEE;
}
</style>