Shades of Plum #DCADE0
Tints of Plum #DCADE0
RGB
CMYK
RGB Variations
Color information
#DCADE0 (or 0xDCADE0) is known color: Plum. HEX triplet: DC, AD and E0. RGB value is (220,173,224). Sum of RGB (Red+Green+Blue) = 220+173+224=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADE0 is #23521F. Grayscale: #C0C0C0. Windows color (decimal): -2314784 or 14724572. OLE color: 14724572.
HSL color Cylindrical-coordinate representation of color #DCADE0: hue angle of 295.29º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCADE0 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 173 | 224 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.12 |
| HSL | 295.29º | 0.45% | 0.78% | - |
| HSV(B) | 295.29º | 0.23% | 0.88% | - |
| XYZ | 57.91 | 50.48 | 77.21 | - |
| YUV | 192.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 224 | 0.02 | 0.23 | 0 | 0.12 | 295.29 | 0.45 | 0.78 |
| Hex | DC | AD | E0 | 2 | 17 | 0 | C | 127 | 2D | 4E |
| Octal | 334 | 255 | 340 | 2 | 27 | 0 | 14 | 447 | 55 | 116 |
| Binary | 11011100 | 10101101 | 11100000 | 10 | 10111 | 0 | 1100 | 100100111 | 101101 | 1001110 |
Color Harmonies of #DCADE0
Complementary color
Monochromatic Colors of #DCADE0
Black with #DCADE0
Text Example
Text Example
White with #DCADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADE0; }
p { color: rgb(220,173,224); }
H1.HeaderClassName
{
color: #DCADE0;
}
.AnyTagClassName
{
color: #DCADE0;
}
</style>
background-color css
<style>
a { background-color: #DCADE0; }
a { background-color: rgb(220,173,224); }
div.DivClassName
{
background-color: #DCADE0;
}
.BgClassName
{
background-color: #DCADE0;
}
</style>
border-color css
<style>
span { border-color: #DCADE0; }
span { border-color: rgb(220,173,224); }
td.TdClassName
{
border-color: #DCADE0;
}
.TagClassName
{
border-color: #DCADE0;
}
</style>