Shades of Plum #DCABE4
Tints of Plum #DCABE4
RGB
CMYK
RGB Variations
Color information
#DCABE4 (or 0xDCABE4) is known color: Plum. HEX triplet: DC, AB and E4. RGB value is (220,171,228). Sum of RGB (Red+Green+Blue) = 220+171+228=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABE4 is #23541B. Grayscale: #BFBFBF. Windows color (decimal): -2315292 or 14986204. OLE color: 14986204.
HSL color Cylindrical-coordinate representation of color #DCABE4: hue angle of 291.58º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCABE4 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 171 | 228 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.11 |
| HSL | 291.58º | 0.51% | 0.78% | - |
| HSV(B) | 291.58º | 0.25% | 0.89% | - |
| XYZ | 58.08 | 49.94 | 79.98 | - |
| YUV | 192.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 228 | 0.04 | 0.25 | 0 | 0.11 | 291.58 | 0.51 | 0.78 |
| Hex | DC | AB | E4 | 4 | 19 | 0 | B | 124 | 33 | 4E |
| Octal | 334 | 253 | 344 | 4 | 31 | 0 | 13 | 444 | 63 | 116 |
| Binary | 11011100 | 10101011 | 11100100 | 100 | 11001 | 0 | 1011 | 100100100 | 110011 | 1001110 |
Color Harmonies of #DCABE4
Complementary color
Monochromatic Colors of #DCABE4
Black with #DCABE4
Text Example
Text Example
White with #DCABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABE4; }
p { color: rgb(220,171,228); }
H1.HeaderClassName
{
color: #DCABE4;
}
.AnyTagClassName
{
color: #DCABE4;
}
</style>
background-color css
<style>
a { background-color: #DCABE4; }
a { background-color: rgb(220,171,228); }
div.DivClassName
{
background-color: #DCABE4;
}
.BgClassName
{
background-color: #DCABE4;
}
</style>
border-color css
<style>
span { border-color: #DCABE4; }
span { border-color: rgb(220,171,228); }
td.TdClassName
{
border-color: #DCABE4;
}
.TagClassName
{
border-color: #DCABE4;
}
</style>