Shades of Plum #DFACEA
Tints of Plum #DFACEA
RGB
CMYK
RGB Variations
Color information
#DFACEA (or 0xDFACEA) is known color: Plum. HEX triplet: DF, AC and EA. RGB value is (223,172,234). Sum of RGB (Red+Green+Blue) = 223+172+234=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFACEA is #205315. Grayscale: #C2C2C2. Windows color (decimal): -2118422 or 15379679. OLE color: 15379679.
HSL color Cylindrical-coordinate representation of color #DFACEA: hue angle of 289.35º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFACEA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 172 | 234 | - |
CMYK | 0.05 | 0.26 | 0 | 0.08 |
HSL | 289.35º | 0.6% | 0.8% | - |
HSV(B) | 289.35º | 0.26% | 0.92% | - |
XYZ | 60.04 | 51.13 | 84.55 | - |
YUV | 194.32 | 150.4 | 148.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 172 | 234 | 0.05 | 0.26 | 0 | 0.08 | 289.35 | 0.6 | 0.8 |
Hex | DF | AC | EA | 5 | 1A | 0 | 8 | 121 | 3C | 50 |
Octal | 337 | 254 | 352 | 5 | 32 | 0 | 10 | 441 | 74 | 120 |
Binary | 11011111 | 10101100 | 11101010 | 101 | 11010 | 0 | 1000 | 100100001 | 111100 | 1010000 |
Color Harmonies of #DFACEA
Complementary color
Monochromatic Colors of #DFACEA
Black with #DFACEA
Text Example
Text Example
White with #DFACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACEA; }
p { color: rgb(223,172,234); }
H1.HeaderClassName
{
color: #DFACEA;
}
.AnyTagClassName
{
color: #DFACEA;
}
</style>
background-color css
<style>
a { background-color: #DFACEA; }
a { background-color: rgb(223,172,234); }
div.DivClassName
{
background-color: #DFACEA;
}
.BgClassName
{
background-color: #DFACEA;
}
</style>
border-color css
<style>
span { border-color: #DFACEA; }
span { border-color: rgb(223,172,234); }
td.TdClassName
{
border-color: #DFACEA;
}
.TagClassName
{
border-color: #DFACEA;
}
</style>