Shades of Plum #DCADE8
Tints of Plum #DCADE8
RGB
CMYK
RGB Variations
Color information
#DCADE8 (or 0xDCADE8) is known color: Plum. HEX triplet: DC, AD and E8. RGB value is (220,173,232). Sum of RGB (Red+Green+Blue) = 220+173+232=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADE8 is #235217. Grayscale: #C1C1C1. Windows color (decimal): -2314776 or 15248860. OLE color: 15248860.
HSL color Cylindrical-coordinate representation of color #DCADE8: hue angle of 287.8º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCADE8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 173 | 232 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.09 |
| HSL | 287.8º | 0.56% | 0.79% | - |
| HSV(B) | 287.8º | 0.25% | 0.91% | - |
| XYZ | 59.02 | 50.93 | 83.06 | - |
| YUV | 193.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 232 | 0.05 | 0.25 | 0 | 0.09 | 287.8 | 0.56 | 0.79 |
| Hex | DC | AD | E8 | 5 | 19 | 0 | 9 | 120 | 38 | 4F |
| Octal | 334 | 255 | 350 | 5 | 31 | 0 | 11 | 440 | 70 | 117 |
| Binary | 11011100 | 10101101 | 11101000 | 101 | 11001 | 0 | 1001 | 100100000 | 111000 | 1001111 |
Color Harmonies of #DCADE8
Complementary color
Monochromatic Colors of #DCADE8
Black with #DCADE8
Text Example
Text Example
White with #DCADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADE8; }
p { color: rgb(220,173,232); }
H1.HeaderClassName
{
color: #DCADE8;
}
.AnyTagClassName
{
color: #DCADE8;
}
</style>
background-color css
<style>
a { background-color: #DCADE8; }
a { background-color: rgb(220,173,232); }
div.DivClassName
{
background-color: #DCADE8;
}
.BgClassName
{
background-color: #DCADE8;
}
</style>
border-color css
<style>
span { border-color: #DCADE8; }
span { border-color: rgb(220,173,232); }
td.TdClassName
{
border-color: #DCADE8;
}
.TagClassName
{
border-color: #DCADE8;
}
</style>