Shades of Plum #DFACE1
Tints of Plum #DFACE1
RGB
CMYK
RGB Variations
Color information
#DFACE1 (or 0xDFACE1) is known color: Plum. HEX triplet: DF, AC and E1. RGB value is (223,172,225). Sum of RGB (Red+Green+Blue) = 223+172+225=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACE1 is #20531E. Grayscale: #C1C1C1. Windows color (decimal): -2118431 or 14789855. OLE color: 14789855.
HSL color Cylindrical-coordinate representation of color #DFACE1: hue angle of 297.74º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFACE1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 172 | 225 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.12 |
| HSL | 297.74º | 0.47% | 0.78% | - |
| HSV(B) | 297.74º | 0.24% | 0.88% | - |
| XYZ | 58.77 | 50.63 | 77.91 | - |
| YUV | 193.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 225 | 0.01 | 0.24 | 0 | 0.12 | 297.74 | 0.47 | 0.78 |
| Hex | DF | AC | E1 | 1 | 18 | 0 | C | 12A | 2F | 4E |
| Octal | 337 | 254 | 341 | 1 | 30 | 0 | 14 | 452 | 57 | 116 |
| Binary | 11011111 | 10101100 | 11100001 | 1 | 11000 | 0 | 1100 | 100101010 | 101111 | 1001110 |
Color Harmonies of #DFACE1
Complementary color
Monochromatic Colors of #DFACE1
Black with #DFACE1
Text Example
Text Example
White with #DFACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACE1; }
p { color: rgb(223,172,225); }
H1.HeaderClassName
{
color: #DFACE1;
}
.AnyTagClassName
{
color: #DFACE1;
}
</style>
background-color css
<style>
a { background-color: #DFACE1; }
a { background-color: rgb(223,172,225); }
div.DivClassName
{
background-color: #DFACE1;
}
.BgClassName
{
background-color: #DFACE1;
}
</style>
border-color css
<style>
span { border-color: #DFACE1; }
span { border-color: rgb(223,172,225); }
td.TdClassName
{
border-color: #DFACE1;
}
.TagClassName
{
border-color: #DFACE1;
}
</style>