Shades of Plum #DCB0E7
Tints of Plum #DCB0E7
RGB
CMYK
RGB Variations
Color information
#DCB0E7 (or 0xDCB0E7) is known color: Plum. HEX triplet: DC, B0 and E7. RGB value is (220,176,231). Sum of RGB (Red+Green+Blue) = 220+176+231=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB0E7 is #234F18. Grayscale: #C3C3C3. Windows color (decimal): -2314009 or 15184092. OLE color: 15184092.
HSL color Cylindrical-coordinate representation of color #DCB0E7: hue angle of 288º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB0E7 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 176 | 231 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.09 |
| HSL | 288º | 0.53% | 0.8% | - |
| HSV(B) | 288º | 0.24% | 0.91% | - |
| XYZ | 59.46 | 52.04 | 82.51 | - |
| YUV | 195.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 231 | 0.05 | 0.24 | 0 | 0.09 | 288 | 0.53 | 0.8 |
| Hex | DC | B0 | E7 | 5 | 18 | 0 | 9 | 120 | 35 | 50 |
| Octal | 334 | 260 | 347 | 5 | 30 | 0 | 11 | 440 | 65 | 120 |
| Binary | 11011100 | 10110000 | 11100111 | 101 | 11000 | 0 | 1001 | 100100000 | 110101 | 1010000 |
Color Harmonies of #DCB0E7
Complementary color
Monochromatic Colors of #DCB0E7
Black with #DCB0E7
Text Example
Text Example
White with #DCB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0E7; }
p { color: rgb(220,176,231); }
H1.HeaderClassName
{
color: #DCB0E7;
}
.AnyTagClassName
{
color: #DCB0E7;
}
</style>
background-color css
<style>
a { background-color: #DCB0E7; }
a { background-color: rgb(220,176,231); }
div.DivClassName
{
background-color: #DCB0E7;
}
.BgClassName
{
background-color: #DCB0E7;
}
</style>
border-color css
<style>
span { border-color: #DCB0E7; }
span { border-color: rgb(220,176,231); }
td.TdClassName
{
border-color: #DCB0E7;
}
.TagClassName
{
border-color: #DCB0E7;
}
</style>