Shades of Plum #DCAADC
Tints of Plum #DCAADC
RGB
CMYK
RGB Variations
Color information
#DCAADC (or 0xDCAADC) is known color: Plum. HEX triplet: DC, AA and DC. RGB value is (220,170,220). Sum of RGB (Red+Green+Blue) = 220+170+220=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAADC is #235523. Grayscale: #BEBEBE. Windows color (decimal): -2315556 or 14461660. OLE color: 14461660.
HSL color Cylindrical-coordinate representation of color #DCAADC: hue angle of 300º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAADC is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 220 | - |
| CMYK | 0 | 0.23 | 0 | 0.14 |
| HSL | 300º | 0.42% | 0.76% | - |
| HSV(B) | 300º | 0.23% | 0.86% | - |
| XYZ | 56.81 | 49.13 | 74.2 | - |
| YUV | 190.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 220 | 0 | 0.23 | 0 | 0.14 | 300 | 0.42 | 0.76 |
| Hex | DC | AA | DC | 0 | 17 | 0 | E | 12C | 2A | 4C |
| Octal | 334 | 252 | 334 | 0 | 27 | 0 | 16 | 454 | 52 | 114 |
| Binary | 11011100 | 10101010 | 11011100 | 0 | 10111 | 0 | 1110 | 100101100 | 101010 | 1001100 |
Color Harmonies of #DCAADC
Complementary color
Monochromatic Colors of #DCAADC
Black with #DCAADC
Text Example
Text Example
White with #DCAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAADC; }
p { color: rgb(220,170,220); }
H1.HeaderClassName
{
color: #DCAADC;
}
.AnyTagClassName
{
color: #DCAADC;
}
</style>
background-color css
<style>
a { background-color: #DCAADC; }
a { background-color: rgb(220,170,220); }
div.DivClassName
{
background-color: #DCAADC;
}
.BgClassName
{
background-color: #DCAADC;
}
</style>
border-color css
<style>
span { border-color: #DCAADC; }
span { border-color: rgb(220,170,220); }
td.TdClassName
{
border-color: #DCAADC;
}
.TagClassName
{
border-color: #DCAADC;
}
</style>