Shades of Plum #DCAEDD
Tints of Plum #DCAEDD
RGB
CMYK
RGB Variations
Color information
#DCAEDD (or 0xDCAEDD) is known color: Plum. HEX triplet: DC, AE and DD. RGB value is (220,174,221). Sum of RGB (Red+Green+Blue) = 220+174+221=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEDD is #235122. Grayscale: #C0C0C0. Windows color (decimal): -2314531 or 14528220. OLE color: 14528220.
HSL color Cylindrical-coordinate representation of color #DCAEDD: hue angle of 298.72º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAEDD is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 174 | 221 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.13 |
| HSL | 298.72º | 0.41% | 0.77% | - |
| HSV(B) | 298.72º | 0.21% | 0.87% | - |
| XYZ | 57.7 | 50.71 | 75.15 | - |
| YUV | 193.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 221 | 0.00 | 0.21 | 0 | 0.13 | 298.72 | 0.41 | 0.77 |
| Hex | DC | AE | DD | 0 | 15 | 0 | D | 12B | 29 | 4D |
| Octal | 334 | 256 | 335 | 0 | 25 | 0 | 15 | 453 | 51 | 115 |
| Binary | 11011100 | 10101110 | 11011101 | 0 | 10101 | 0 | 1101 | 100101011 | 101001 | 1001101 |
Color Harmonies of #DCAEDD
Complementary color
Monochromatic Colors of #DCAEDD
Black with #DCAEDD
Text Example
Text Example
White with #DCAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEDD; }
p { color: rgb(220,174,221); }
H1.HeaderClassName
{
color: #DCAEDD;
}
.AnyTagClassName
{
color: #DCAEDD;
}
</style>
background-color css
<style>
a { background-color: #DCAEDD; }
a { background-color: rgb(220,174,221); }
div.DivClassName
{
background-color: #DCAEDD;
}
.BgClassName
{
background-color: #DCAEDD;
}
</style>
border-color css
<style>
span { border-color: #DCAEDD; }
span { border-color: rgb(220,174,221); }
td.TdClassName
{
border-color: #DCAEDD;
}
.TagClassName
{
border-color: #DCAEDD;
}
</style>