Shades of Plum #DFAADE
Tints of Plum #DFAADE
RGB
CMYK
RGB Variations
Color information
#DFAADE (or 0xDFAADE) is known color: Plum. HEX triplet: DF, AA and DE. RGB value is (223,170,222). Sum of RGB (Red+Green+Blue) = 223+170+222=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAADE is #205521. Grayscale: #BFBFBF. Windows color (decimal): -2118946 or 14592735. OLE color: 14592735.
HSL color Cylindrical-coordinate representation of color #DFAADE: hue angle of 301.13º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAADE is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 222 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.13 |
| HSL | 301.13º | 0.45% | 0.77% | - |
| HSV(B) | 301.13º | 0.24% | 0.87% | - |
| XYZ | 57.99 | 49.71 | 75.65 | - |
| YUV | 191.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 222 | 0 | 0.24 | 0.00 | 0.13 | 301.13 | 0.45 | 0.77 |
| Hex | DF | AA | DE | 0 | 18 | 0 | D | 12D | 2D | 4D |
| Octal | 337 | 252 | 336 | 0 | 30 | 0 | 15 | 455 | 55 | 115 |
| Binary | 11011111 | 10101010 | 11011110 | 0 | 11000 | 0 | 1101 | 100101101 | 101101 | 1001101 |
Color Harmonies of #DFAADE
Complementary color
Monochromatic Colors of #DFAADE
Black with #DFAADE
Text Example
Text Example
White with #DFAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAADE; }
p { color: rgb(223,170,222); }
H1.HeaderClassName
{
color: #DFAADE;
}
.AnyTagClassName
{
color: #DFAADE;
}
</style>
background-color css
<style>
a { background-color: #DFAADE; }
a { background-color: rgb(223,170,222); }
div.DivClassName
{
background-color: #DFAADE;
}
.BgClassName
{
background-color: #DFAADE;
}
</style>
border-color css
<style>
span { border-color: #DFAADE; }
span { border-color: rgb(223,170,222); }
td.TdClassName
{
border-color: #DFAADE;
}
.TagClassName
{
border-color: #DFAADE;
}
</style>