Shades of Plum #DCADE6
Tints of Plum #DCADE6
RGB
CMYK
RGB Variations
Color information
#DCADE6 (or 0xDCADE6) is known color: Plum. HEX triplet: DC, AD and E6. RGB value is (220,173,230). Sum of RGB (Red+Green+Blue) = 220+173+230=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADE6 is #235219. Grayscale: #C1C1C1. Windows color (decimal): -2314778 or 15117788. OLE color: 15117788.
HSL color Cylindrical-coordinate representation of color #DCADE6: hue angle of 289.47º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCADE6 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 173 | 230 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.10 |
| HSL | 289.47º | 0.53% | 0.79% | - |
| HSV(B) | 289.47º | 0.25% | 0.9% | - |
| XYZ | 58.74 | 50.82 | 81.58 | - |
| YUV | 193.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 230 | 0.04 | 0.25 | 0 | 0.10 | 289.47 | 0.53 | 0.79 |
| Hex | DC | AD | E6 | 4 | 19 | 0 | A | 121 | 35 | 4F |
| Octal | 334 | 255 | 346 | 4 | 31 | 0 | 12 | 441 | 65 | 117 |
| Binary | 11011100 | 10101101 | 11100110 | 100 | 11001 | 0 | 1010 | 100100001 | 110101 | 1001111 |
Color Harmonies of #DCADE6
Complementary color
Monochromatic Colors of #DCADE6
Black with #DCADE6
Text Example
Text Example
White with #DCADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADE6; }
p { color: rgb(220,173,230); }
H1.HeaderClassName
{
color: #DCADE6;
}
.AnyTagClassName
{
color: #DCADE6;
}
</style>
background-color css
<style>
a { background-color: #DCADE6; }
a { background-color: rgb(220,173,230); }
div.DivClassName
{
background-color: #DCADE6;
}
.BgClassName
{
background-color: #DCADE6;
}
</style>
border-color css
<style>
span { border-color: #DCADE6; }
span { border-color: rgb(220,173,230); }
td.TdClassName
{
border-color: #DCADE6;
}
.TagClassName
{
border-color: #DCADE6;
}
</style>