Shades of Plum #DCABE6
Tints of Plum #DCABE6
RGB
CMYK
RGB Variations
Color information
#DCABE6 (or 0xDCABE6) is known color: Plum. HEX triplet: DC, AB and E6. RGB value is (220,171,230). Sum of RGB (Red+Green+Blue) = 220+171+230=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABE6 is #235419. Grayscale: #C0C0C0. Windows color (decimal): -2315290 or 15117276. OLE color: 15117276.
HSL color Cylindrical-coordinate representation of color #DCABE6: hue angle of 289.83º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCABE6 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 171 | 230 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.10 |
| HSL | 289.83º | 0.54% | 0.79% | - |
| HSV(B) | 289.83º | 0.26% | 0.9% | - |
| XYZ | 58.36 | 50.05 | 81.45 | - |
| YUV | 192.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 230 | 0.04 | 0.26 | 0 | 0.10 | 289.83 | 0.54 | 0.79 |
| Hex | DC | AB | E6 | 4 | 1A | 0 | A | 122 | 36 | 4F |
| Octal | 334 | 253 | 346 | 4 | 32 | 0 | 12 | 442 | 66 | 117 |
| Binary | 11011100 | 10101011 | 11100110 | 100 | 11010 | 0 | 1010 | 100100010 | 110110 | 1001111 |
Color Harmonies of #DCABE6
Complementary color
Monochromatic Colors of #DCABE6
Black with #DCABE6
Text Example
Text Example
White with #DCABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABE6; }
p { color: rgb(220,171,230); }
H1.HeaderClassName
{
color: #DCABE6;
}
.AnyTagClassName
{
color: #DCABE6;
}
</style>
background-color css
<style>
a { background-color: #DCABE6; }
a { background-color: rgb(220,171,230); }
div.DivClassName
{
background-color: #DCABE6;
}
.BgClassName
{
background-color: #DCABE6;
}
</style>
border-color css
<style>
span { border-color: #DCABE6; }
span { border-color: rgb(220,171,230); }
td.TdClassName
{
border-color: #DCABE6;
}
.TagClassName
{
border-color: #DCABE6;
}
</style>