Shades of Plum #DCB0E6
Tints of Plum #DCB0E6
RGB
CMYK
RGB Variations
Color information
#DCB0E6 (or 0xDCB0E6) is known color: Plum. HEX triplet: DC, B0 and E6. RGB value is (220,176,230). Sum of RGB (Red+Green+Blue) = 220+176+230=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCB0E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0E6 is #234F19. Grayscale: #C3C3C3. Windows color (decimal): -2314010 or 15118556. OLE color: 15118556.
HSL color Cylindrical-coordinate representation of color #DCB0E6: hue angle of 288.89º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB0E6 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 176 | 230 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.10 |
| HSL | 288.89º | 0.52% | 0.8% | - |
| HSV(B) | 288.89º | 0.23% | 0.9% | - |
| XYZ | 59.32 | 51.98 | 81.77 | - |
| YUV | 195.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 230 | 0.04 | 0.23 | 0 | 0.10 | 288.89 | 0.52 | 0.8 |
| Hex | DC | B0 | E6 | 4 | 17 | 0 | A | 121 | 34 | 50 |
| Octal | 334 | 260 | 346 | 4 | 27 | 0 | 12 | 441 | 64 | 120 |
| Binary | 11011100 | 10110000 | 11100110 | 100 | 10111 | 0 | 1010 | 100100001 | 110100 | 1010000 |
Color Harmonies of #DCB0E6
Complementary color
Monochromatic Colors of #DCB0E6
Black with #DCB0E6
Text Example
Text Example
White with #DCB0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0E6; }
p { color: rgb(220,176,230); }
H1.HeaderClassName
{
color: #DCB0E6;
}
.AnyTagClassName
{
color: #DCB0E6;
}
</style>
background-color css
<style>
a { background-color: #DCB0E6; }
a { background-color: rgb(220,176,230); }
div.DivClassName
{
background-color: #DCB0E6;
}
.BgClassName
{
background-color: #DCB0E6;
}
</style>
border-color css
<style>
span { border-color: #DCB0E6; }
span { border-color: rgb(220,176,230); }
td.TdClassName
{
border-color: #DCB0E6;
}
.TagClassName
{
border-color: #DCB0E6;
}
</style>