Shades of Plum #DCAEDE
Tints of Plum #DCAEDE
RGB
CMYK
RGB Variations
Color information
#DCAEDE (or 0xDCAEDE) is known color: Plum. HEX triplet: DC, AE and DE. RGB value is (220,174,222). Sum of RGB (Red+Green+Blue) = 220+174+222=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEDE is #235121. Grayscale: #C1C1C1. Windows color (decimal): -2314530 or 14593756. OLE color: 14593756.
HSL color Cylindrical-coordinate representation of color #DCAEDE: hue angle of 297.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCAEDE is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 174 | 222 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.13 |
| HSL | 297.5º | 0.42% | 0.78% | - |
| HSV(B) | 297.5º | 0.22% | 0.87% | - |
| XYZ | 57.84 | 50.76 | 75.86 | - |
| YUV | 193.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 222 | 0.01 | 0.22 | 0 | 0.13 | 297.5 | 0.42 | 0.78 |
| Hex | DC | AE | DE | 1 | 16 | 0 | D | 12A | 2A | 4E |
| Octal | 334 | 256 | 336 | 1 | 26 | 0 | 15 | 452 | 52 | 116 |
| Binary | 11011100 | 10101110 | 11011110 | 1 | 10110 | 0 | 1101 | 100101010 | 101010 | 1001110 |
Color Harmonies of #DCAEDE
Complementary color
Monochromatic Colors of #DCAEDE
Black with #DCAEDE
Text Example
Text Example
White with #DCAEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEDE; }
p { color: rgb(220,174,222); }
H1.HeaderClassName
{
color: #DCAEDE;
}
.AnyTagClassName
{
color: #DCAEDE;
}
</style>
background-color css
<style>
a { background-color: #DCAEDE; }
a { background-color: rgb(220,174,222); }
div.DivClassName
{
background-color: #DCAEDE;
}
.BgClassName
{
background-color: #DCAEDE;
}
</style>
border-color css
<style>
span { border-color: #DCAEDE; }
span { border-color: rgb(220,174,222); }
td.TdClassName
{
border-color: #DCAEDE;
}
.TagClassName
{
border-color: #DCAEDE;
}
</style>