Shades of Plum #DCABE5
Tints of Plum #DCABE5
RGB
CMYK
RGB Variations
Color information
#DCABE5 (or 0xDCABE5) is known color: Plum. HEX triplet: DC, AB and E5. RGB value is (220,171,229). Sum of RGB (Red+Green+Blue) = 220+171+229=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABE5 is #23541A. Grayscale: #C0C0C0. Windows color (decimal): -2315291 or 15051740. OLE color: 15051740.
HSL color Cylindrical-coordinate representation of color #DCABE5: hue angle of 290.69º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCABE5 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 171 | 229 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.10 |
| HSL | 290.69º | 0.53% | 0.78% | - |
| HSV(B) | 290.69º | 0.25% | 0.9% | - |
| XYZ | 58.22 | 50 | 80.71 | - |
| YUV | 192.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 229 | 0.04 | 0.25 | 0 | 0.10 | 290.69 | 0.53 | 0.78 |
| Hex | DC | AB | E5 | 4 | 19 | 0 | A | 123 | 35 | 4E |
| Octal | 334 | 253 | 345 | 4 | 31 | 0 | 12 | 443 | 65 | 116 |
| Binary | 11011100 | 10101011 | 11100101 | 100 | 11001 | 0 | 1010 | 100100011 | 110101 | 1001110 |
Color Harmonies of #DCABE5
Complementary color
Monochromatic Colors of #DCABE5
Black with #DCABE5
Text Example
Text Example
White with #DCABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABE5; }
p { color: rgb(220,171,229); }
H1.HeaderClassName
{
color: #DCABE5;
}
.AnyTagClassName
{
color: #DCABE5;
}
</style>
background-color css
<style>
a { background-color: #DCABE5; }
a { background-color: rgb(220,171,229); }
div.DivClassName
{
background-color: #DCABE5;
}
.BgClassName
{
background-color: #DCABE5;
}
</style>
border-color css
<style>
span { border-color: #DCABE5; }
span { border-color: rgb(220,171,229); }
td.TdClassName
{
border-color: #DCABE5;
}
.TagClassName
{
border-color: #DCABE5;
}
</style>