Shades of Plum #DCAADE
Tints of Plum #DCAADE
RGB
CMYK
RGB Variations
Color information
#DCAADE (or 0xDCAADE) is known color: Plum. HEX triplet: DC, AA and DE. RGB value is (220,170,222). Sum of RGB (Red+Green+Blue) = 220+170+222=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAADE is #235521. Grayscale: #BEBEBE. Windows color (decimal): -2315554 or 14592732. OLE color: 14592732.
HSL color Cylindrical-coordinate representation of color #DCAADE: hue angle of 297.69º 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 #DCAADE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 170 | 222 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.13 |
| HSL | 297.69º | 0.44% | 0.77% | - |
| HSV(B) | 297.69º | 0.23% | 0.87% | - |
| XYZ | 57.07 | 49.24 | 75.6 | - |
| YUV | 190.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 222 | 0.01 | 0.23 | 0 | 0.13 | 297.69 | 0.44 | 0.77 |
| Hex | DC | AA | DE | 1 | 17 | 0 | D | 12A | 2C | 4D |
| Octal | 334 | 252 | 336 | 1 | 27 | 0 | 15 | 452 | 54 | 115 |
| Binary | 11011100 | 10101010 | 11011110 | 1 | 10111 | 0 | 1101 | 100101010 | 101100 | 1001101 |
Color Harmonies of #DCAADE
Complementary color
Monochromatic Colors of #DCAADE
Black with #DCAADE
Text Example
Text Example
White with #DCAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAADE; }
p { color: rgb(220,170,222); }
H1.HeaderClassName
{
color: #DCAADE;
}
.AnyTagClassName
{
color: #DCAADE;
}
</style>
background-color css
<style>
a { background-color: #DCAADE; }
a { background-color: rgb(220,170,222); }
div.DivClassName
{
background-color: #DCAADE;
}
.BgClassName
{
background-color: #DCAADE;
}
</style>
border-color css
<style>
span { border-color: #DCAADE; }
span { border-color: rgb(220,170,222); }
td.TdClassName
{
border-color: #DCAADE;
}
.TagClassName
{
border-color: #DCAADE;
}
</style>