Shades of Plum #DCACE1
Tints of Plum #DCACE1
RGB
CMYK
RGB Variations
Color information
#DCACE1 (or 0xDCACE1) is known color: Plum. HEX triplet: DC, AC and E1. RGB value is (220,172,225). Sum of RGB (Red+Green+Blue) = 220+172+225=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACE1 is #23531E. Grayscale: #C0C0C0. Windows color (decimal): -2315039 or 14789852. OLE color: 14789852.
HSL color Cylindrical-coordinate representation of color #DCACE1: hue angle of 294.34º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCACE1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 220 | 172 | 225 | - |
CMYK | 0.02 | 0.24 | 0 | 0.12 |
HSL | 294.34º | 0.47% | 0.78% | - |
HSV(B) | 294.34º | 0.24% | 0.88% | - |
XYZ | 57.86 | 50.16 | 77.87 | - |
YUV | 192.39 | 146.4 | 147.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 172 | 225 | 0.02 | 0.24 | 0 | 0.12 | 294.34 | 0.47 | 0.78 |
Hex | DC | AC | E1 | 2 | 18 | 0 | C | 126 | 2F | 4E |
Octal | 334 | 254 | 341 | 2 | 30 | 0 | 14 | 446 | 57 | 116 |
Binary | 11011100 | 10101100 | 11100001 | 10 | 11000 | 0 | 1100 | 100100110 | 101111 | 1001110 |
Color Harmonies of #DCACE1
Complementary color
Monochromatic Colors of #DCACE1
Black with #DCACE1
Text Example
Text Example
White with #DCACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACE1; }
p { color: rgb(220,172,225); }
H1.HeaderClassName
{
color: #DCACE1;
}
.AnyTagClassName
{
color: #DCACE1;
}
</style>
background-color css
<style>
a { background-color: #DCACE1; }
a { background-color: rgb(220,172,225); }
div.DivClassName
{
background-color: #DCACE1;
}
.BgClassName
{
background-color: #DCACE1;
}
</style>
border-color css
<style>
span { border-color: #DCACE1; }
span { border-color: rgb(220,172,225); }
td.TdClassName
{
border-color: #DCACE1;
}
.TagClassName
{
border-color: #DCACE1;
}
</style>