Shades of Plum #DCADDD
Tints of Plum #DCADDD
RGB
CMYK
RGB Variations
Color information
#DCADDD (or 0xDCADDD) is known color: Plum. HEX triplet: DC, AD and DD. RGB value is (220,173,221). Sum of RGB (Red+Green+Blue) = 220+173+221=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADDD is #235222. Grayscale: #C0C0C0. Windows color (decimal): -2314787 or 14527964. OLE color: 14527964.
HSL color Cylindrical-coordinate representation of color #DCADDD: hue angle of 298.75º degrees, saturation: 0.41, 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 #DCADDD is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 173 | 221 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.13 |
| HSL | 298.75º | 0.41% | 0.77% | - |
| HSV(B) | 298.75º | 0.22% | 0.87% | - |
| XYZ | 57.51 | 50.32 | 75.09 | - |
| YUV | 192.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 221 | 0.00 | 0.22 | 0 | 0.13 | 298.75 | 0.41 | 0.77 |
| Hex | DC | AD | DD | 0 | 16 | 0 | D | 12B | 29 | 4D |
| Octal | 334 | 255 | 335 | 0 | 26 | 0 | 15 | 453 | 51 | 115 |
| Binary | 11011100 | 10101101 | 11011101 | 0 | 10110 | 0 | 1101 | 100101011 | 101001 | 1001101 |
Color Harmonies of #DCADDD
Complementary color
Monochromatic Colors of #DCADDD
Black with #DCADDD
Text Example
Text Example
White with #DCADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADDD; }
p { color: rgb(220,173,221); }
H1.HeaderClassName
{
color: #DCADDD;
}
.AnyTagClassName
{
color: #DCADDD;
}
</style>
background-color css
<style>
a { background-color: #DCADDD; }
a { background-color: rgb(220,173,221); }
div.DivClassName
{
background-color: #DCADDD;
}
.BgClassName
{
background-color: #DCADDD;
}
</style>
border-color css
<style>
span { border-color: #DCADDD; }
span { border-color: rgb(220,173,221); }
td.TdClassName
{
border-color: #DCADDD;
}
.TagClassName
{
border-color: #DCADDD;
}
</style>