Shades of Plum #DFAAEC
Tints of Plum #DFAAEC
RGB
CMYK
RGB Variations
Color information
#DFAAEC (or 0xDFAAEC) is known color: Plum. HEX triplet: DF, AA and EC. RGB value is (223,170,236). Sum of RGB (Red+Green+Blue) = 223+170+236=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAEC is #205513. Grayscale: #C1C1C1. Windows color (decimal): -2118932 or 15510239. OLE color: 15510239.
HSL color Cylindrical-coordinate representation of color #DFAAEC: hue angle of 288.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFAAEC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 170 | 236 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.07 |
| HSL | 288.18º | 0.63% | 0.8% | - |
| HSV(B) | 288.18º | 0.28% | 0.93% | - |
| XYZ | 59.95 | 50.49 | 85.94 | - |
| YUV | 193.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 236 | 0.06 | 0.28 | 0 | 0.07 | 288.18 | 0.63 | 0.8 |
| Hex | DF | AA | EC | 6 | 1C | 0 | 7 | 120 | 3F | 50 |
| Octal | 337 | 252 | 354 | 6 | 34 | 0 | 7 | 440 | 77 | 120 |
| Binary | 11011111 | 10101010 | 11101100 | 110 | 11100 | 0 | 111 | 100100000 | 111111 | 1010000 |
Color Harmonies of #DFAAEC
Complementary color
Monochromatic Colors of #DFAAEC
Black with #DFAAEC
Text Example
Text Example
White with #DFAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAEC; }
p { color: rgb(223,170,236); }
H1.HeaderClassName
{
color: #DFAAEC;
}
.AnyTagClassName
{
color: #DFAAEC;
}
</style>
background-color css
<style>
a { background-color: #DFAAEC; }
a { background-color: rgb(223,170,236); }
div.DivClassName
{
background-color: #DFAAEC;
}
.BgClassName
{
background-color: #DFAAEC;
}
</style>
border-color css
<style>
span { border-color: #DFAAEC; }
span { border-color: rgb(223,170,236); }
td.TdClassName
{
border-color: #DFAAEC;
}
.TagClassName
{
border-color: #DFAAEC;
}
</style>