Shades of Plum #DEACDC
Tints of Plum #DEACDC
RGB
CMYK
RGB Variations
Color information
#DEACDC (or 0xDEACDC) is known color: Plum. HEX triplet: DE, AC and DC. RGB value is (222,172,220). Sum of RGB (Red+Green+Blue) = 222+172+220=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACDC is #215323. Grayscale: #C0C0C0. Windows color (decimal): -2183972 or 14462174. OLE color: 14462174.
HSL color Cylindrical-coordinate representation of color #DEACDC: hue angle of 302.4º 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 #DEACDC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 220 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.13 |
| HSL | 302.4º | 0.43% | 0.77% | - |
| HSV(B) | 302.4º | 0.23% | 0.87% | - |
| XYZ | 57.79 | 50.2 | 74.35 | - |
| YUV | 192.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 220 | 0 | 0.23 | 0.01 | 0.13 | 302.4 | 0.43 | 0.77 |
| Hex | DE | AC | DC | 0 | 17 | 1 | D | 12E | 2B | 4D |
| Octal | 336 | 254 | 334 | 0 | 27 | 1 | 15 | 456 | 53 | 115 |
| Binary | 11011110 | 10101100 | 11011100 | 0 | 10111 | 1 | 1101 | 100101110 | 101011 | 1001101 |
Color Harmonies of #DEACDC
Complementary color
Monochromatic Colors of #DEACDC
Black with #DEACDC
Text Example
Text Example
White with #DEACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACDC; }
p { color: rgb(222,172,220); }
H1.HeaderClassName
{
color: #DEACDC;
}
.AnyTagClassName
{
color: #DEACDC;
}
</style>
background-color css
<style>
a { background-color: #DEACDC; }
a { background-color: rgb(222,172,220); }
div.DivClassName
{
background-color: #DEACDC;
}
.BgClassName
{
background-color: #DEACDC;
}
</style>
border-color css
<style>
span { border-color: #DEACDC; }
span { border-color: rgb(222,172,220); }
td.TdClassName
{
border-color: #DEACDC;
}
.TagClassName
{
border-color: #DEACDC;
}
</style>