Shades of Plum #DCABEA
Tints of Plum #DCABEA
RGB
CMYK
RGB Variations
Color information
#DCABEA (or 0xDCABEA) is known color: Plum. HEX triplet: DC, AB and EA. RGB value is (220,171,234). Sum of RGB (Red+Green+Blue) = 220+171+234=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABEA is #235415. Grayscale: #C0C0C0. Windows color (decimal): -2315286 or 15379420. OLE color: 15379420.
HSL color Cylindrical-coordinate representation of color #DCABEA: hue angle of 286.67º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCABEA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 171 | 234 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.08 |
| HSL | 286.67º | 0.6% | 0.79% | - |
| HSV(B) | 286.67º | 0.27% | 0.92% | - |
| XYZ | 58.93 | 50.28 | 84.44 | - |
| YUV | 192.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 234 | 0.06 | 0.27 | 0 | 0.08 | 286.67 | 0.6 | 0.79 |
| Hex | DC | AB | EA | 6 | 1B | 0 | 8 | 11F | 3C | 4F |
| Octal | 334 | 253 | 352 | 6 | 33 | 0 | 10 | 437 | 74 | 117 |
| Binary | 11011100 | 10101011 | 11101010 | 110 | 11011 | 0 | 1000 | 100011111 | 111100 | 1001111 |
Color Harmonies of #DCABEA
Complementary color
Monochromatic Colors of #DCABEA
Black with #DCABEA
Text Example
Text Example
White with #DCABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABEA; }
p { color: rgb(220,171,234); }
H1.HeaderClassName
{
color: #DCABEA;
}
.AnyTagClassName
{
color: #DCABEA;
}
</style>
background-color css
<style>
a { background-color: #DCABEA; }
a { background-color: rgb(220,171,234); }
div.DivClassName
{
background-color: #DCABEA;
}
.BgClassName
{
background-color: #DCABEA;
}
</style>
border-color css
<style>
span { border-color: #DCABEA; }
span { border-color: rgb(220,171,234); }
td.TdClassName
{
border-color: #DCABEA;
}
.TagClassName
{
border-color: #DCABEA;
}
</style>