Shades of Mauve #DCACFD
Tints of Mauve #DCACFD
RGB
CMYK
RGB Variations
Color information
#DCACFD (or 0xDCACFD) is known color: Mauve. HEX triplet: DC, AC and FD. RGB value is (220,172,253). Sum of RGB (Red+Green+Blue) = 220+172+253=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACFD is #235302. Grayscale: #C3C3C3. Windows color (decimal): -2315011 or 16624860. OLE color: 16624860.
HSL color Cylindrical-coordinate representation of color #DCACFD: hue angle of 275.56º degrees, saturation: 0.95, 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 #DCACFD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 172 | 253 | - |
CMYK | 0.13 | 0.32 | 0 | 0.01 |
HSL | 275.56º | 0.95% | 0.83% | - |
HSV(B) | 275.56º | 0.32% | 0.99% | - |
XYZ | 62 | 51.81 | 99.66 | - |
YUV | 195.59 | 160.4 | 145.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 172 | 253 | 0.13 | 0.32 | 0 | 0.01 | 275.56 | 0.95 | 0.83 |
Hex | DC | AC | FD | D | 20 | 0 | 1 | 114 | 5F | 53 |
Octal | 334 | 254 | 375 | 15 | 40 | 0 | 1 | 424 | 137 | 123 |
Binary | 11011100 | 10101100 | 11111101 | 1101 | 100000 | 0 | 1 | 100010100 | 1011111 | 1010011 |
Color Harmonies of #DCACFD
Complementary color
Monochromatic Colors of #DCACFD
Black with #DCACFD
Text Example
Text Example
White with #DCACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACFD; }
p { color: rgb(220,172,253); }
H1.HeaderClassName
{
color: #DCACFD;
}
.AnyTagClassName
{
color: #DCACFD;
}
</style>
background-color css
<style>
a { background-color: #DCACFD; }
a { background-color: rgb(220,172,253); }
div.DivClassName
{
background-color: #DCACFD;
}
.BgClassName
{
background-color: #DCACFD;
}
</style>
border-color css
<style>
span { border-color: #DCACFD; }
span { border-color: rgb(220,172,253); }
td.TdClassName
{
border-color: #DCACFD;
}
.TagClassName
{
border-color: #DCACFD;
}
</style>