Shades of Plum #DCABDE
Tints of Plum #DCABDE
RGB
CMYK
RGB Variations
Color information
#DCABDE (or 0xDCABDE) is known color: Plum. HEX triplet: DC, AB and DE. RGB value is (220,171,222). Sum of RGB (Red+Green+Blue) = 220+171+222=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABDE is #235421. Grayscale: #BFBFBF. Windows color (decimal): -2315298 or 14592988. OLE color: 14592988.
HSL color Cylindrical-coordinate representation of color #DCABDE: hue angle of 297.65º degrees, saturation: 0.44, 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 #DCABDE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 171 | 222 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.13 |
| HSL | 297.65º | 0.44% | 0.77% | - |
| HSV(B) | 297.65º | 0.23% | 0.87% | - |
| XYZ | 57.26 | 49.62 | 75.67 | - |
| YUV | 191.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 222 | 0.01 | 0.23 | 0 | 0.13 | 297.65 | 0.44 | 0.77 |
| Hex | DC | AB | DE | 1 | 17 | 0 | D | 12A | 2C | 4D |
| Octal | 334 | 253 | 336 | 1 | 27 | 0 | 15 | 452 | 54 | 115 |
| Binary | 11011100 | 10101011 | 11011110 | 1 | 10111 | 0 | 1101 | 100101010 | 101100 | 1001101 |
Color Harmonies of #DCABDE
Complementary color
Monochromatic Colors of #DCABDE
Black with #DCABDE
Text Example
Text Example
White with #DCABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABDE; }
p { color: rgb(220,171,222); }
H1.HeaderClassName
{
color: #DCABDE;
}
.AnyTagClassName
{
color: #DCABDE;
}
</style>
background-color css
<style>
a { background-color: #DCABDE; }
a { background-color: rgb(220,171,222); }
div.DivClassName
{
background-color: #DCABDE;
}
.BgClassName
{
background-color: #DCABDE;
}
</style>
border-color css
<style>
span { border-color: #DCABDE; }
span { border-color: rgb(220,171,222); }
td.TdClassName
{
border-color: #DCABDE;
}
.TagClassName
{
border-color: #DCABDE;
}
</style>