Shades of Plum #DFADDE
Tints of Plum #DFADDE
RGB
CMYK
RGB Variations
Color information
#DFADDE (or 0xDFADDE) is known color: Plum. HEX triplet: DF, AD and DE. RGB value is (223,173,222). Sum of RGB (Red+Green+Blue) = 223+173+222=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADDE is #205221. Grayscale: #C1C1C1. Windows color (decimal): -2118178 or 14593503. OLE color: 14593503.
HSL color Cylindrical-coordinate representation of color #DFADDE: hue angle of 301.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADDE is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 222 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.13 |
| HSL | 301.2º | 0.44% | 0.78% | - |
| HSV(B) | 301.2º | 0.22% | 0.87% | - |
| XYZ | 58.56 | 50.85 | 75.84 | - |
| YUV | 193.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 222 | 0 | 0.22 | 0.00 | 0.13 | 301.2 | 0.44 | 0.78 |
| Hex | DF | AD | DE | 0 | 16 | 0 | D | 12D | 2C | 4E |
| Octal | 337 | 255 | 336 | 0 | 26 | 0 | 15 | 455 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11011110 | 0 | 10110 | 0 | 1101 | 100101101 | 101100 | 1001110 |
Color Harmonies of #DFADDE
Complementary color
Monochromatic Colors of #DFADDE
Black with #DFADDE
Text Example
Text Example
White with #DFADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADDE; }
p { color: rgb(223,173,222); }
H1.HeaderClassName
{
color: #DFADDE;
}
.AnyTagClassName
{
color: #DFADDE;
}
</style>
background-color css
<style>
a { background-color: #DFADDE; }
a { background-color: rgb(223,173,222); }
div.DivClassName
{
background-color: #DFADDE;
}
.BgClassName
{
background-color: #DFADDE;
}
</style>
border-color css
<style>
span { border-color: #DFADDE; }
span { border-color: rgb(223,173,222); }
td.TdClassName
{
border-color: #DFADDE;
}
.TagClassName
{
border-color: #DFADDE;
}
</style>