Shades of Mauve #DCACF8
Tints of Mauve #DCACF8
RGB
CMYK
RGB Variations
Color information
#DCACF8 (or 0xDCACF8) is known color: Mauve. HEX triplet: DC, AC and F8. RGB value is (220,172,248). Sum of RGB (Red+Green+Blue) = 220+172+248=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACF8 is #235307. Grayscale: #C2C2C2. Windows color (decimal): -2315016 or 16297180. OLE color: 16297180.
HSL color Cylindrical-coordinate representation of color #DCACF8: hue angle of 277.89º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCACF8 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 172 | 248 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.03 |
| HSL | 277.89º | 0.84% | 0.82% | - |
| HSV(B) | 277.89º | 0.31% | 0.97% | - |
| XYZ | 61.21 | 51.5 | 95.52 | - |
| YUV | 195.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 248 | 0.11 | 0.31 | 0 | 0.03 | 277.89 | 0.84 | 0.82 |
| Hex | DC | AC | F8 | B | 1F | 0 | 3 | 116 | 54 | 52 |
| Octal | 334 | 254 | 370 | 13 | 37 | 0 | 3 | 426 | 124 | 122 |
| Binary | 11011100 | 10101100 | 11111000 | 1011 | 11111 | 0 | 11 | 100010110 | 1010100 | 1010010 |
Color Harmonies of #DCACF8
Complementary color
Monochromatic Colors of #DCACF8
Black with #DCACF8
Text Example
Text Example
White with #DCACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACF8; }
p { color: rgb(220,172,248); }
H1.HeaderClassName
{
color: #DCACF8;
}
.AnyTagClassName
{
color: #DCACF8;
}
</style>
background-color css
<style>
a { background-color: #DCACF8; }
a { background-color: rgb(220,172,248); }
div.DivClassName
{
background-color: #DCACF8;
}
.BgClassName
{
background-color: #DCACF8;
}
</style>
border-color css
<style>
span { border-color: #DCACF8; }
span { border-color: rgb(220,172,248); }
td.TdClassName
{
border-color: #DCACF8;
}
.TagClassName
{
border-color: #DCACF8;
}
</style>