Shades of Plum #DFAADC
Tints of Plum #DFAADC
RGB
CMYK
RGB Variations
Color information
#DFAADC (or 0xDFAADC) is known color: Plum. HEX triplet: DF, AA and DC. RGB value is (223,170,220). Sum of RGB (Red+Green+Blue) = 223+170+220=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAADC is #205523. Grayscale: #BFBFBF. Windows color (decimal): -2118948 or 14461663. OLE color: 14461663.
HSL color Cylindrical-coordinate representation of color #DFAADC: hue angle of 303.4º 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 #DFAADC is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 220 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.13 |
| HSL | 303.4º | 0.45% | 0.77% | - |
| HSV(B) | 303.4º | 0.24% | 0.87% | - |
| XYZ | 57.72 | 49.6 | 74.24 | - |
| YUV | 191.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 220 | 0 | 0.24 | 0.01 | 0.13 | 303.4 | 0.45 | 0.77 |
| Hex | DF | AA | DC | 0 | 18 | 1 | D | 12F | 2D | 4D |
| Octal | 337 | 252 | 334 | 0 | 30 | 1 | 15 | 457 | 55 | 115 |
| Binary | 11011111 | 10101010 | 11011100 | 0 | 11000 | 1 | 1101 | 100101111 | 101101 | 1001101 |
Color Harmonies of #DFAADC
Complementary color
Monochromatic Colors of #DFAADC
Black with #DFAADC
Text Example
Text Example
White with #DFAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAADC; }
p { color: rgb(223,170,220); }
H1.HeaderClassName
{
color: #DFAADC;
}
.AnyTagClassName
{
color: #DFAADC;
}
</style>
background-color css
<style>
a { background-color: #DFAADC; }
a { background-color: rgb(223,170,220); }
div.DivClassName
{
background-color: #DFAADC;
}
.BgClassName
{
background-color: #DFAADC;
}
</style>
border-color css
<style>
span { border-color: #DFAADC; }
span { border-color: rgb(223,170,220); }
td.TdClassName
{
border-color: #DFAADC;
}
.TagClassName
{
border-color: #DFAADC;
}
</style>