Shades of Mauve #D3ACFE
Tints of Mauve #D3ACFE
RGB
CMYK
RGB Variations
Color information
#D3ACFE (or 0xD3ACFE) is known color: Mauve. HEX triplet: D3, AC and FE. RGB value is (211,172,254). Sum of RGB (Red+Green+Blue) = 211+172+254=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACFE is #2C5301. Grayscale: #C0C0C0. Windows color (decimal): -2904834 or 16690387. OLE color: 16690387.
HSL color Cylindrical-coordinate representation of color #D3ACFE: hue angle of 268.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3ACFE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 172 | 254 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.00 |
| HSL | 268.54º | 0.98% | 0.84% | - |
| HSV(B) | 268.54º | 0.32% | 1% | - |
| XYZ | 59.51 | 50.51 | 100.38 | - |
| YUV | 193.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 254 | 0.17 | 0.32 | 0 | 0.00 | 268.54 | 0.98 | 0.84 |
| Hex | D3 | AC | FE | 11 | 20 | 0 | 0 | 10D | 62 | 54 |
| Octal | 323 | 254 | 376 | 21 | 40 | 0 | 0 | 415 | 142 | 124 |
| Binary | 11010011 | 10101100 | 11111110 | 10001 | 100000 | 0 | 0 | 100001101 | 1100010 | 1010100 |
Color Harmonies of #D3ACFE
Complementary color
Monochromatic Colors of #D3ACFE
Black with #D3ACFE
Text Example
Text Example
White with #D3ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACFE; }
p { color: rgb(211,172,254); }
H1.HeaderClassName
{
color: #D3ACFE;
}
.AnyTagClassName
{
color: #D3ACFE;
}
</style>
background-color css
<style>
a { background-color: #D3ACFE; }
a { background-color: rgb(211,172,254); }
div.DivClassName
{
background-color: #D3ACFE;
}
.BgClassName
{
background-color: #D3ACFE;
}
</style>
border-color css
<style>
span { border-color: #D3ACFE; }
span { border-color: rgb(211,172,254); }
td.TdClassName
{
border-color: #D3ACFE;
}
.TagClassName
{
border-color: #D3ACFE;
}
</style>