Shades of Plum #DCAEDC
Tints of Plum #DCAEDC
RGB
CMYK
RGB Variations
Color information
#DCAEDC (or 0xDCAEDC) is known color: Plum. HEX triplet: DC, AE and DC. RGB value is (220,174,220). Sum of RGB (Red+Green+Blue) = 220+174+220=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEDC is #235123. Grayscale: #C0C0C0. Windows color (decimal): -2314532 or 14462684. OLE color: 14462684.
HSL color Cylindrical-coordinate representation of color #DCAEDC: hue angle of 300º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAEDC is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 220 | - |
| CMYK | 0 | 0.21 | 0 | 0.14 |
| HSL | 300º | 0.4% | 0.77% | - |
| HSV(B) | 300º | 0.21% | 0.86% | - |
| XYZ | 57.57 | 50.66 | 74.45 | - |
| YUV | 193 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 220 | 0 | 0.21 | 0 | 0.14 | 300 | 0.4 | 0.77 |
| Hex | DC | AE | DC | 0 | 15 | 0 | E | 12C | 28 | 4D |
| Octal | 334 | 256 | 334 | 0 | 25 | 0 | 16 | 454 | 50 | 115 |
| Binary | 11011100 | 10101110 | 11011100 | 0 | 10101 | 0 | 1110 | 100101100 | 101000 | 1001101 |
Color Harmonies of #DCAEDC
Complementary color
Monochromatic Colors of #DCAEDC
Black with #DCAEDC
Text Example
Text Example
White with #DCAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEDC; }
p { color: rgb(220,174,220); }
H1.HeaderClassName
{
color: #DCAEDC;
}
.AnyTagClassName
{
color: #DCAEDC;
}
</style>
background-color css
<style>
a { background-color: #DCAEDC; }
a { background-color: rgb(220,174,220); }
div.DivClassName
{
background-color: #DCAEDC;
}
.BgClassName
{
background-color: #DCAEDC;
}
</style>
border-color css
<style>
span { border-color: #DCAEDC; }
span { border-color: rgb(220,174,220); }
td.TdClassName
{
border-color: #DCAEDC;
}
.TagClassName
{
border-color: #DCAEDC;
}
</style>