Shades of Mauve #D1ACFC
Tints of Mauve #D1ACFC
RGB
CMYK
RGB Variations
Color information
#D1ACFC (or 0xD1ACFC) is known color: Mauve. HEX triplet: D1, AC and FC. RGB value is (209,172,252). Sum of RGB (Red+Green+Blue) = 209+172+252=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACFC is #2E5303. Grayscale: #BFBFBF. Windows color (decimal): -3035908 or 16559313. OLE color: 16559313.
HSL color Cylindrical-coordinate representation of color #D1ACFC: hue angle of 267.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1ACFC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 172 | 252 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.01 |
| HSL | 267.75º | 0.93% | 0.83% | - |
| HSV(B) | 267.75º | 0.32% | 0.99% | - |
| XYZ | 58.62 | 50.09 | 98.67 | - |
| YUV | 192.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 252 | 0.17 | 0.32 | 0 | 0.01 | 267.75 | 0.93 | 0.83 |
| Hex | D1 | AC | FC | 11 | 20 | 0 | 1 | 10C | 5D | 53 |
| Octal | 321 | 254 | 374 | 21 | 40 | 0 | 1 | 414 | 135 | 123 |
| Binary | 11010001 | 10101100 | 11111100 | 10001 | 100000 | 0 | 1 | 100001100 | 1011101 | 1010011 |
Color Harmonies of #D1ACFC
Complementary color
Monochromatic Colors of #D1ACFC
Black with #D1ACFC
Text Example
Text Example
White with #D1ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACFC; }
p { color: rgb(209,172,252); }
H1.HeaderClassName
{
color: #D1ACFC;
}
.AnyTagClassName
{
color: #D1ACFC;
}
</style>
background-color css
<style>
a { background-color: #D1ACFC; }
a { background-color: rgb(209,172,252); }
div.DivClassName
{
background-color: #D1ACFC;
}
.BgClassName
{
background-color: #D1ACFC;
}
</style>
border-color css
<style>
span { border-color: #D1ACFC; }
span { border-color: rgb(209,172,252); }
td.TdClassName
{
border-color: #D1ACFC;
}
.TagClassName
{
border-color: #D1ACFC;
}
</style>