Shades of Mauve #D3ACFB
Tints of Mauve #D3ACFB
RGB
CMYK
RGB Variations
Color information
#D3ACFB (or 0xD3ACFB) is known color: Mauve. HEX triplet: D3, AC and FB. RGB value is (211,172,251). Sum of RGB (Red+Green+Blue) = 211+172+251=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACFB is #2C5304. Grayscale: #C0C0C0. Windows color (decimal): -2904837 or 16493779. OLE color: 16493779.
HSL color Cylindrical-coordinate representation of color #D3ACFB: hue angle of 269.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3ACFB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 172 | 251 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.02 |
| HSL | 269.62º | 0.91% | 0.83% | - |
| HSV(B) | 269.62º | 0.31% | 0.98% | - |
| XYZ | 59.03 | 50.32 | 97.87 | - |
| YUV | 192.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 251 | 0.16 | 0.31 | 0 | 0.02 | 269.62 | 0.91 | 0.83 |
| Hex | D3 | AC | FB | 10 | 1F | 0 | 2 | 10E | 5B | 53 |
| Octal | 323 | 254 | 373 | 20 | 37 | 0 | 2 | 416 | 133 | 123 |
| Binary | 11010011 | 10101100 | 11111011 | 10000 | 11111 | 0 | 10 | 100001110 | 1011011 | 1010011 |
Color Harmonies of #D3ACFB
Complementary color
Monochromatic Colors of #D3ACFB
Black with #D3ACFB
Text Example
Text Example
White with #D3ACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACFB; }
p { color: rgb(211,172,251); }
H1.HeaderClassName
{
color: #D3ACFB;
}
.AnyTagClassName
{
color: #D3ACFB;
}
</style>
background-color css
<style>
a { background-color: #D3ACFB; }
a { background-color: rgb(211,172,251); }
div.DivClassName
{
background-color: #D3ACFB;
}
.BgClassName
{
background-color: #D3ACFB;
}
</style>
border-color css
<style>
span { border-color: #D3ACFB; }
span { border-color: rgb(211,172,251); }
td.TdClassName
{
border-color: #D3ACFB;
}
.TagClassName
{
border-color: #D3ACFB;
}
</style>