Shades of Plum #DFADE0
Tints of Plum #DFADE0
RGB
CMYK
RGB Variations
Color information
#DFADE0 (or 0xDFADE0) is known color: Plum. HEX triplet: DF, AD and E0. RGB value is (223,173,224). Sum of RGB (Red+Green+Blue) = 223+173+224=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADE0 is #20521F. Grayscale: #C1C1C1. Windows color (decimal): -2118176 or 14724575. OLE color: 14724575.
HSL color Cylindrical-coordinate representation of color #DFADE0: hue angle of 298.82º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFADE0 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 173 | 224 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.12 |
| HSL | 298.82º | 0.45% | 0.78% | - |
| HSV(B) | 298.82º | 0.23% | 0.88% | - |
| XYZ | 58.83 | 50.96 | 77.26 | - |
| YUV | 193.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 224 | 0.00 | 0.23 | 0 | 0.12 | 298.82 | 0.45 | 0.78 |
| Hex | DF | AD | E0 | 0 | 17 | 0 | C | 12B | 2D | 4E |
| Octal | 337 | 255 | 340 | 0 | 27 | 0 | 14 | 453 | 55 | 116 |
| Binary | 11011111 | 10101101 | 11100000 | 0 | 10111 | 0 | 1100 | 100101011 | 101101 | 1001110 |
Color Harmonies of #DFADE0
Complementary color
Monochromatic Colors of #DFADE0
Black with #DFADE0
Text Example
Text Example
White with #DFADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADE0; }
p { color: rgb(223,173,224); }
H1.HeaderClassName
{
color: #DFADE0;
}
.AnyTagClassName
{
color: #DFADE0;
}
</style>
background-color css
<style>
a { background-color: #DFADE0; }
a { background-color: rgb(223,173,224); }
div.DivClassName
{
background-color: #DFADE0;
}
.BgClassName
{
background-color: #DFADE0;
}
</style>
border-color css
<style>
span { border-color: #DFADE0; }
span { border-color: rgb(223,173,224); }
td.TdClassName
{
border-color: #DFADE0;
}
.TagClassName
{
border-color: #DFADE0;
}
</style>