Shades of Mauve #D0ACFC
Tints of Mauve #D0ACFC
RGB
CMYK
RGB Variations
Color information
#D0ACFC (or 0xD0ACFC) is known color: Mauve. HEX triplet: D0, AC and FC. RGB value is (208,172,252). Sum of RGB (Red+Green+Blue) = 208+172+252=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACFC is #2F5303. Grayscale: #BFBFBF. Windows color (decimal): -3101444 or 16559312. OLE color: 16559312.
HSL color Cylindrical-coordinate representation of color #D0ACFC: hue angle of 267º 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 #D0ACFC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 172 | 252 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.01 |
| HSL | 267º | 0.93% | 0.83% | - |
| HSV(B) | 267º | 0.32% | 0.99% | - |
| XYZ | 58.34 | 49.94 | 98.66 | - |
| YUV | 191.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 252 | 0.17 | 0.32 | 0 | 0.01 | 267 | 0.93 | 0.83 |
| Hex | D0 | AC | FC | 11 | 20 | 0 | 1 | 10B | 5D | 53 |
| Octal | 320 | 254 | 374 | 21 | 40 | 0 | 1 | 413 | 135 | 123 |
| Binary | 11010000 | 10101100 | 11111100 | 10001 | 100000 | 0 | 1 | 100001011 | 1011101 | 1010011 |
Color Harmonies of #D0ACFC
Complementary color
Monochromatic Colors of #D0ACFC
Black with #D0ACFC
Text Example
Text Example
White with #D0ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACFC; }
p { color: rgb(208,172,252); }
H1.HeaderClassName
{
color: #D0ACFC;
}
.AnyTagClassName
{
color: #D0ACFC;
}
</style>
background-color css
<style>
a { background-color: #D0ACFC; }
a { background-color: rgb(208,172,252); }
div.DivClassName
{
background-color: #D0ACFC;
}
.BgClassName
{
background-color: #D0ACFC;
}
</style>
border-color css
<style>
span { border-color: #D0ACFC; }
span { border-color: rgb(208,172,252); }
td.TdClassName
{
border-color: #D0ACFC;
}
.TagClassName
{
border-color: #D0ACFC;
}
</style>