Shades of Plum #DCABE7
Tints of Plum #DCABE7
RGB
CMYK
RGB Variations
Color information
#DCABE7 (or 0xDCABE7) is known color: Plum. HEX triplet: DC, AB and E7. RGB value is (220,171,231). Sum of RGB (Red+Green+Blue) = 220+171+231=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCABE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCABE7 is #235418. Grayscale: #C0C0C0. Windows color (decimal): -2315289 or 15182812. OLE color: 15182812.
HSL color Cylindrical-coordinate representation of color #DCABE7: hue angle of 289º degrees, saturation: 0.56, 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 #DCABE7 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 171 | 231 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.09 |
| HSL | 289º | 0.56% | 0.79% | - |
| HSV(B) | 289º | 0.26% | 0.91% | - |
| XYZ | 58.5 | 50.11 | 82.19 | - |
| YUV | 192.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 231 | 0.05 | 0.26 | 0 | 0.09 | 289 | 0.56 | 0.79 |
| Hex | DC | AB | E7 | 5 | 1A | 0 | 9 | 121 | 38 | 4F |
| Octal | 334 | 253 | 347 | 5 | 32 | 0 | 11 | 441 | 70 | 117 |
| Binary | 11011100 | 10101011 | 11100111 | 101 | 11010 | 0 | 1001 | 100100001 | 111000 | 1001111 |
Color Harmonies of #DCABE7
Complementary color
Monochromatic Colors of #DCABE7
Black with #DCABE7
Text Example
Text Example
White with #DCABE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCABE7; }
p { color: rgb(220,171,231); }
H1.HeaderClassName
{
color: #DCABE7;
}
.AnyTagClassName
{
color: #DCABE7;
}
</style>
background-color css
<style>
a { background-color: #DCABE7; }
a { background-color: rgb(220,171,231); }
div.DivClassName
{
background-color: #DCABE7;
}
.BgClassName
{
background-color: #DCABE7;
}
</style>
border-color css
<style>
span { border-color: #DCABE7; }
span { border-color: rgb(220,171,231); }
td.TdClassName
{
border-color: #DCABE7;
}
.TagClassName
{
border-color: #DCABE7;
}
</style>