Shades of Plum #DCABDD
Tints of Plum #DCABDD
RGB
CMYK
RGB Variations
Color information
#DCABDD (or 0xDCABDD) is known color: Plum. HEX triplet: DC, AB and DD. RGB value is (220,171,221). Sum of RGB (Red+Green+Blue) = 220+171+221=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABDD is #235422. Grayscale: #BFBFBF. Windows color (decimal): -2315299 or 14527452. OLE color: 14527452.
HSL color Cylindrical-coordinate representation of color #DCABDD: hue angle of 298.8º degrees, saturation: 0.42, 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 #DCABDD is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 171 | 221 | - |
CMYK | 0.00 | 0.23 | 0 | 0.13 |
HSL | 298.8º | 0.42% | 0.77% | - |
HSV(B) | 298.8º | 0.23% | 0.87% | - |
XYZ | 57.13 | 49.56 | 74.96 | - |
YUV | 191.35 | 144.73 | 148.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 171 | 221 | 0.00 | 0.23 | 0 | 0.13 | 298.8 | 0.42 | 0.77 |
Hex | DC | AB | DD | 0 | 17 | 0 | D | 12B | 2A | 4D |
Octal | 334 | 253 | 335 | 0 | 27 | 0 | 15 | 453 | 52 | 115 |
Binary | 11011100 | 10101011 | 11011101 | 0 | 10111 | 0 | 1101 | 100101011 | 101010 | 1001101 |
Color Harmonies of #DCABDD
Complementary color
Monochromatic Colors of #DCABDD
Black with #DCABDD
Text Example
Text Example
White with #DCABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABDD; }
p { color: rgb(220,171,221); }
H1.HeaderClassName
{
color: #DCABDD;
}
.AnyTagClassName
{
color: #DCABDD;
}
</style>
background-color css
<style>
a { background-color: #DCABDD; }
a { background-color: rgb(220,171,221); }
div.DivClassName
{
background-color: #DCABDD;
}
.BgClassName
{
background-color: #DCABDD;
}
</style>
border-color css
<style>
span { border-color: #DCABDD; }
span { border-color: rgb(220,171,221); }
td.TdClassName
{
border-color: #DCABDD;
}
.TagClassName
{
border-color: #DCABDD;
}
</style>