Shades of Plum #DCADE5
Tints of Plum #DCADE5
RGB
CMYK
RGB Variations
Color information
#DCADE5 (or 0xDCADE5) is known color: Plum. HEX triplet: DC, AD and E5. RGB value is (220,173,229). Sum of RGB (Red+Green+Blue) = 220+173+229=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADE5 is #23521A. Grayscale: #C1C1C1. Windows color (decimal): -2314779 or 15052252. OLE color: 15052252.
HSL color Cylindrical-coordinate representation of color #DCADE5: hue angle of 290.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCADE5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 173 | 229 | - |
CMYK | 0.04 | 0.24 | 0 | 0.10 |
HSL | 290.36º | 0.52% | 0.79% | - |
HSV(B) | 290.36º | 0.24% | 0.9% | - |
XYZ | 58.6 | 50.76 | 80.84 | - |
YUV | 193.44 | 148.07 | 146.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 173 | 229 | 0.04 | 0.24 | 0 | 0.10 | 290.36 | 0.52 | 0.79 |
Hex | DC | AD | E5 | 4 | 18 | 0 | A | 122 | 34 | 4F |
Octal | 334 | 255 | 345 | 4 | 30 | 0 | 12 | 442 | 64 | 117 |
Binary | 11011100 | 10101101 | 11100101 | 100 | 11000 | 0 | 1010 | 100100010 | 110100 | 1001111 |
Color Harmonies of #DCADE5
Complementary color
Monochromatic Colors of #DCADE5
Black with #DCADE5
Text Example
Text Example
White with #DCADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADE5; }
p { color: rgb(220,173,229); }
H1.HeaderClassName
{
color: #DCADE5;
}
.AnyTagClassName
{
color: #DCADE5;
}
</style>
background-color css
<style>
a { background-color: #DCADE5; }
a { background-color: rgb(220,173,229); }
div.DivClassName
{
background-color: #DCADE5;
}
.BgClassName
{
background-color: #DCADE5;
}
</style>
border-color css
<style>
span { border-color: #DCADE5; }
span { border-color: rgb(220,173,229); }
td.TdClassName
{
border-color: #DCADE5;
}
.TagClassName
{
border-color: #DCADE5;
}
</style>