Shades of Plum #DFACE2
Tints of Plum #DFACE2
RGB
CMYK
RGB Variations
Color information
#DFACE2 (or 0xDFACE2) is known color: Plum. HEX triplet: DF, AC and E2. RGB value is (223,172,226). Sum of RGB (Red+Green+Blue) = 223+172+226=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACE2 is #20531D. Grayscale: #C1C1C1. Windows color (decimal): -2118430 or 14855391. OLE color: 14855391.
HSL color Cylindrical-coordinate representation of color #DFACE2: hue angle of 296.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFACE2 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 172 | 226 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.11 |
| HSL | 296.67º | 0.48% | 0.78% | - |
| HSV(B) | 296.67º | 0.24% | 0.89% | - |
| XYZ | 58.91 | 50.68 | 78.63 | - |
| YUV | 193.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 226 | 0.01 | 0.24 | 0 | 0.11 | 296.67 | 0.48 | 0.78 |
| Hex | DF | AC | E2 | 1 | 18 | 0 | B | 129 | 30 | 4E |
| Octal | 337 | 254 | 342 | 1 | 30 | 0 | 13 | 451 | 60 | 116 |
| Binary | 11011111 | 10101100 | 11100010 | 1 | 11000 | 0 | 1011 | 100101001 | 110000 | 1001110 |
Color Harmonies of #DFACE2
Complementary color
Monochromatic Colors of #DFACE2
Black with #DFACE2
Text Example
Text Example
White with #DFACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACE2; }
p { color: rgb(223,172,226); }
H1.HeaderClassName
{
color: #DFACE2;
}
.AnyTagClassName
{
color: #DFACE2;
}
</style>
background-color css
<style>
a { background-color: #DFACE2; }
a { background-color: rgb(223,172,226); }
div.DivClassName
{
background-color: #DFACE2;
}
.BgClassName
{
background-color: #DFACE2;
}
</style>
border-color css
<style>
span { border-color: #DFACE2; }
span { border-color: rgb(223,172,226); }
td.TdClassName
{
border-color: #DFACE2;
}
.TagClassName
{
border-color: #DFACE2;
}
</style>