Shades of Plum #DCABE8
Tints of Plum #DCABE8
RGB
CMYK
RGB Variations
Color information
#DCABE8 (or 0xDCABE8) is known color: Plum. HEX triplet: DC, AB and E8. RGB value is (220,171,232). Sum of RGB (Red+Green+Blue) = 220+171+232=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABE8 is #235417. Grayscale: #C0C0C0. Windows color (decimal): -2315288 or 15248348. OLE color: 15248348.
HSL color Cylindrical-coordinate representation of color #DCABE8: hue angle of 288.2º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCABE8 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 171 | 232 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.09 |
| HSL | 288.2º | 0.57% | 0.79% | - |
| HSV(B) | 288.2º | 0.26% | 0.91% | - |
| XYZ | 58.64 | 50.17 | 82.94 | - |
| YUV | 192.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 232 | 0.05 | 0.26 | 0 | 0.09 | 288.2 | 0.57 | 0.79 |
| Hex | DC | AB | E8 | 5 | 1A | 0 | 9 | 120 | 39 | 4F |
| Octal | 334 | 253 | 350 | 5 | 32 | 0 | 11 | 440 | 71 | 117 |
| Binary | 11011100 | 10101011 | 11101000 | 101 | 11010 | 0 | 1001 | 100100000 | 111001 | 1001111 |
Color Harmonies of #DCABE8
Complementary color
Monochromatic Colors of #DCABE8
Black with #DCABE8
Text Example
Text Example
White with #DCABE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABE8; }
p { color: rgb(220,171,232); }
H1.HeaderClassName
{
color: #DCABE8;
}
.AnyTagClassName
{
color: #DCABE8;
}
</style>
background-color css
<style>
a { background-color: #DCABE8; }
a { background-color: rgb(220,171,232); }
div.DivClassName
{
background-color: #DCABE8;
}
.BgClassName
{
background-color: #DCABE8;
}
</style>
border-color css
<style>
span { border-color: #DCABE8; }
span { border-color: rgb(220,171,232); }
td.TdClassName
{
border-color: #DCABE8;
}
.TagClassName
{
border-color: #DCABE8;
}
</style>