Shades of Plum #DCACDE
Tints of Plum #DCACDE
RGB
CMYK
RGB Variations
Color information
#DCACDE (or 0xDCACDE) is known color: Plum. HEX triplet: DC, AC and DE. RGB value is (220,172,222). Sum of RGB (Red+Green+Blue) = 220+172+222=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACDE is #235321. Grayscale: #BFBFBF. Windows color (decimal): -2315042 or 14593244. OLE color: 14593244.
HSL color Cylindrical-coordinate representation of color #DCACDE: hue angle of 297.6º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCACDE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 172 | 222 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.13 |
| HSL | 297.6º | 0.43% | 0.77% | - |
| HSV(B) | 297.6º | 0.23% | 0.87% | - |
| XYZ | 57.45 | 49.99 | 75.73 | - |
| YUV | 192.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 222 | 0.01 | 0.23 | 0 | 0.13 | 297.6 | 0.43 | 0.77 |
| Hex | DC | AC | DE | 1 | 17 | 0 | D | 12A | 2B | 4D |
| Octal | 334 | 254 | 336 | 1 | 27 | 0 | 15 | 452 | 53 | 115 |
| Binary | 11011100 | 10101100 | 11011110 | 1 | 10111 | 0 | 1101 | 100101010 | 101011 | 1001101 |
Color Harmonies of #DCACDE
Complementary color
Monochromatic Colors of #DCACDE
Black with #DCACDE
Text Example
Text Example
White with #DCACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACDE; }
p { color: rgb(220,172,222); }
H1.HeaderClassName
{
color: #DCACDE;
}
.AnyTagClassName
{
color: #DCACDE;
}
</style>
background-color css
<style>
a { background-color: #DCACDE; }
a { background-color: rgb(220,172,222); }
div.DivClassName
{
background-color: #DCACDE;
}
.BgClassName
{
background-color: #DCACDE;
}
</style>
border-color css
<style>
span { border-color: #DCACDE; }
span { border-color: rgb(220,172,222); }
td.TdClassName
{
border-color: #DCACDE;
}
.TagClassName
{
border-color: #DCACDE;
}
</style>