Shades of Plum #DFACE4
Tints of Plum #DFACE4
RGB
CMYK
RGB Variations
Color information
#DFACE4 (or 0xDFACE4) is known color: Plum. HEX triplet: DF, AC and E4. RGB value is (223,172,228). Sum of RGB (Red+Green+Blue) = 223+172+228=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACE4 is #20531B. Grayscale: #C1C1C1. Windows color (decimal): -2118428 or 14986463. OLE color: 14986463.
HSL color Cylindrical-coordinate representation of color #DFACE4: hue angle of 294.64º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFACE4 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 172 | 228 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.11 |
| HSL | 294.64º | 0.51% | 0.78% | - |
| HSV(B) | 294.64º | 0.25% | 0.89% | - |
| XYZ | 59.19 | 50.79 | 80.08 | - |
| YUV | 193.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 228 | 0.02 | 0.25 | 0 | 0.11 | 294.64 | 0.51 | 0.78 |
| Hex | DF | AC | E4 | 2 | 19 | 0 | B | 127 | 33 | 4E |
| Octal | 337 | 254 | 344 | 2 | 31 | 0 | 13 | 447 | 63 | 116 |
| Binary | 11011111 | 10101100 | 11100100 | 10 | 11001 | 0 | 1011 | 100100111 | 110011 | 1001110 |
Color Harmonies of #DFACE4
Complementary color
Monochromatic Colors of #DFACE4
Black with #DFACE4
Text Example
Text Example
White with #DFACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACE4; }
p { color: rgb(223,172,228); }
H1.HeaderClassName
{
color: #DFACE4;
}
.AnyTagClassName
{
color: #DFACE4;
}
</style>
background-color css
<style>
a { background-color: #DFACE4; }
a { background-color: rgb(223,172,228); }
div.DivClassName
{
background-color: #DFACE4;
}
.BgClassName
{
background-color: #DFACE4;
}
</style>
border-color css
<style>
span { border-color: #DFACE4; }
span { border-color: rgb(223,172,228); }
td.TdClassName
{
border-color: #DFACE4;
}
.TagClassName
{
border-color: #DFACE4;
}
</style>