Shades of Plum #DCADE2
Tints of Plum #DCADE2
RGB
CMYK
RGB Variations
Color information
#DCADE2 (or 0xDCADE2) is known color: Plum. HEX triplet: DC, AD and E2. RGB value is (220,173,226). Sum of RGB (Red+Green+Blue) = 220+173+226=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADE2 is #23521D. Grayscale: #C0C0C0. Windows color (decimal): -2314782 or 14855644. OLE color: 14855644.
HSL color Cylindrical-coordinate representation of color #DCADE2: hue angle of 293.21º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCADE2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 173 | 226 | - |
CMYK | 0.03 | 0.23 | 0 | 0.11 |
HSL | 293.21º | 0.48% | 0.78% | - |
HSV(B) | 293.21º | 0.23% | 0.89% | - |
XYZ | 58.19 | 50.59 | 78.65 | - |
YUV | 193.1 | 146.57 | 147.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 173 | 226 | 0.03 | 0.23 | 0 | 0.11 | 293.21 | 0.48 | 0.78 |
Hex | DC | AD | E2 | 3 | 17 | 0 | B | 125 | 30 | 4E |
Octal | 334 | 255 | 342 | 3 | 27 | 0 | 13 | 445 | 60 | 116 |
Binary | 11011100 | 10101101 | 11100010 | 11 | 10111 | 0 | 1011 | 100100101 | 110000 | 1001110 |
Color Harmonies of #DCADE2
Complementary color
Monochromatic Colors of #DCADE2
Black with #DCADE2
Text Example
Text Example
White with #DCADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADE2; }
p { color: rgb(220,173,226); }
H1.HeaderClassName
{
color: #DCADE2;
}
.AnyTagClassName
{
color: #DCADE2;
}
</style>
background-color css
<style>
a { background-color: #DCADE2; }
a { background-color: rgb(220,173,226); }
div.DivClassName
{
background-color: #DCADE2;
}
.BgClassName
{
background-color: #DCADE2;
}
</style>
border-color css
<style>
span { border-color: #DCADE2; }
span { border-color: rgb(220,173,226); }
td.TdClassName
{
border-color: #DCADE2;
}
.TagClassName
{
border-color: #DCADE2;
}
</style>