Shades of Plum #DFAEDF
Tints of Plum #DFAEDF
RGB
CMYK
RGB Variations
Color information
#DFAEDF (or 0xDFAEDF) is known color: Plum. HEX triplet: DF, AE and DF. RGB value is (223,174,223). Sum of RGB (Red+Green+Blue) = 223+174+223=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEDF is #205120. Grayscale: #C2C2C2. Windows color (decimal): -2117921 or 14659295. OLE color: 14659295.
HSL color Cylindrical-coordinate representation of color #DFAEDF: hue angle of 300º degrees, saturation: 0.43, 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 #DFAEDF is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 223 | - |
| CMYK | 0 | 0.22 | 0 | 0.13 |
| HSL | 300º | 0.43% | 0.78% | - |
| HSV(B) | 300º | 0.22% | 0.87% | - |
| XYZ | 58.89 | 51.29 | 76.61 | - |
| YUV | 194.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 223 | 0 | 0.22 | 0 | 0.13 | 300 | 0.43 | 0.78 |
| Hex | DF | AE | DF | 0 | 16 | 0 | D | 12C | 2B | 4E |
| Octal | 337 | 256 | 337 | 0 | 26 | 0 | 15 | 454 | 53 | 116 |
| Binary | 11011111 | 10101110 | 11011111 | 0 | 10110 | 0 | 1101 | 100101100 | 101011 | 1001110 |
Color Harmonies of #DFAEDF
Complementary color
Monochromatic Colors of #DFAEDF
Black with #DFAEDF
Text Example
Text Example
White with #DFAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAEDF; }
p { color: rgb(223,174,223); }
H1.HeaderClassName
{
color: #DFAEDF;
}
.AnyTagClassName
{
color: #DFAEDF;
}
</style>
background-color css
<style>
a { background-color: #DFAEDF; }
a { background-color: rgb(223,174,223); }
div.DivClassName
{
background-color: #DFAEDF;
}
.BgClassName
{
background-color: #DFAEDF;
}
</style>
border-color css
<style>
span { border-color: #DFAEDF; }
span { border-color: rgb(223,174,223); }
td.TdClassName
{
border-color: #DFAEDF;
}
.TagClassName
{
border-color: #DFAEDF;
}
</style>