Shades of Plum #DCACE9
Tints of Plum #DCACE9
RGB
CMYK
RGB Variations
Color information
#DCACE9 (or 0xDCACE9) is known color: Plum. HEX triplet: DC, AC and E9. RGB value is (220,172,233). Sum of RGB (Red+Green+Blue) = 220+172+233=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCACE9 is #235316. Grayscale: #C1C1C1. Windows color (decimal): -2315031 or 15314140. OLE color: 15314140.
HSL color Cylindrical-coordinate representation of color #DCACE9: hue angle of 287.21º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCACE9 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 172 | 233 | - |
CMYK | 0.06 | 0.26 | 0 | 0.09 |
HSL | 287.21º | 0.58% | 0.79% | - |
HSV(B) | 287.21º | 0.26% | 0.91% | - |
XYZ | 58.98 | 50.6 | 83.75 | - |
YUV | 193.31 | 150.4 | 147.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 172 | 233 | 0.06 | 0.26 | 0 | 0.09 | 287.21 | 0.58 | 0.79 |
Hex | DC | AC | E9 | 6 | 1A | 0 | 9 | 11F | 3A | 4F |
Octal | 334 | 254 | 351 | 6 | 32 | 0 | 11 | 437 | 72 | 117 |
Binary | 11011100 | 10101100 | 11101001 | 110 | 11010 | 0 | 1001 | 100011111 | 111010 | 1001111 |
Color Harmonies of #DCACE9
Complementary color
Monochromatic Colors of #DCACE9
Black with #DCACE9
Text Example
Text Example
White with #DCACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACE9; }
p { color: rgb(220,172,233); }
H1.HeaderClassName
{
color: #DCACE9;
}
.AnyTagClassName
{
color: #DCACE9;
}
</style>
background-color css
<style>
a { background-color: #DCACE9; }
a { background-color: rgb(220,172,233); }
div.DivClassName
{
background-color: #DCACE9;
}
.BgClassName
{
background-color: #DCACE9;
}
</style>
border-color css
<style>
span { border-color: #DCACE9; }
span { border-color: rgb(220,172,233); }
td.TdClassName
{
border-color: #DCACE9;
}
.TagClassName
{
border-color: #DCACE9;
}
</style>