Shades of Plum #DCACDD
Tints of Plum #DCACDD
RGB
CMYK
RGB Variations
Color information
#DCACDD (or 0xDCACDD) is known color: Plum. HEX triplet: DC, AC and DD. RGB value is (220,172,221). Sum of RGB (Red+Green+Blue) = 220+172+221=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACDD is #235322. Grayscale: #BFBFBF. Windows color (decimal): -2315043 or 14527708. OLE color: 14527708.
HSL color Cylindrical-coordinate representation of color #DCACDD: hue angle of 298.78º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACDD is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 172 | 221 | - |
CMYK | 0.00 | 0.22 | 0 | 0.13 |
HSL | 298.78º | 0.42% | 0.77% | - |
HSV(B) | 298.78º | 0.22% | 0.87% | - |
XYZ | 57.32 | 49.94 | 75.03 | - |
YUV | 191.94 | 144.4 | 148.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 172 | 221 | 0.00 | 0.22 | 0 | 0.13 | 298.78 | 0.42 | 0.77 |
Hex | DC | AC | DD | 0 | 16 | 0 | D | 12B | 2A | 4D |
Octal | 334 | 254 | 335 | 0 | 26 | 0 | 15 | 453 | 52 | 115 |
Binary | 11011100 | 10101100 | 11011101 | 0 | 10110 | 0 | 1101 | 100101011 | 101010 | 1001101 |
Color Harmonies of #DCACDD
Complementary color
Monochromatic Colors of #DCACDD
Black with #DCACDD
Text Example
Text Example
White with #DCACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACDD; }
p { color: rgb(220,172,221); }
H1.HeaderClassName
{
color: #DCACDD;
}
.AnyTagClassName
{
color: #DCACDD;
}
</style>
background-color css
<style>
a { background-color: #DCACDD; }
a { background-color: rgb(220,172,221); }
div.DivClassName
{
background-color: #DCACDD;
}
.BgClassName
{
background-color: #DCACDD;
}
</style>
border-color css
<style>
span { border-color: #DCACDD; }
span { border-color: rgb(220,172,221); }
td.TdClassName
{
border-color: #DCACDD;
}
.TagClassName
{
border-color: #DCACDD;
}
</style>