Shades of Plum #DFACDE
Tints of Plum #DFACDE
RGB
CMYK
RGB Variations
Color information
#DFACDE (or 0xDFACDE) is known color: Plum. HEX triplet: DF, AC and DE. RGB value is (223,172,222). Sum of RGB (Red+Green+Blue) = 223+172+222=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACDE is #205321. Grayscale: #C0C0C0. Windows color (decimal): -2118434 or 14593247. OLE color: 14593247.
HSL color Cylindrical-coordinate representation of color #DFACDE: hue angle of 301.18º 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 #DFACDE is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 222 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.13 |
| HSL | 301.18º | 0.44% | 0.77% | - |
| HSV(B) | 301.18º | 0.23% | 0.87% | - |
| XYZ | 58.37 | 50.47 | 75.77 | - |
| YUV | 192.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 222 | 0 | 0.23 | 0.00 | 0.13 | 301.18 | 0.44 | 0.77 |
| Hex | DF | AC | DE | 0 | 17 | 0 | D | 12D | 2C | 4D |
| Octal | 337 | 254 | 336 | 0 | 27 | 0 | 15 | 455 | 54 | 115 |
| Binary | 11011111 | 10101100 | 11011110 | 0 | 10111 | 0 | 1101 | 100101101 | 101100 | 1001101 |
Color Harmonies of #DFACDE
Complementary color
Monochromatic Colors of #DFACDE
Black with #DFACDE
Text Example
Text Example
White with #DFACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACDE; }
p { color: rgb(223,172,222); }
H1.HeaderClassName
{
color: #DFACDE;
}
.AnyTagClassName
{
color: #DFACDE;
}
</style>
background-color css
<style>
a { background-color: #DFACDE; }
a { background-color: rgb(223,172,222); }
div.DivClassName
{
background-color: #DFACDE;
}
.BgClassName
{
background-color: #DFACDE;
}
</style>
border-color css
<style>
span { border-color: #DFACDE; }
span { border-color: rgb(223,172,222); }
td.TdClassName
{
border-color: #DFACDE;
}
.TagClassName
{
border-color: #DFACDE;
}
</style>