Shades of Plum #DCB1E8
Tints of Plum #DCB1E8
RGB
CMYK
RGB Variations
Color information
#DCB1E8 (or 0xDCB1E8) is known color: Plum. HEX triplet: DC, B1 and E8. RGB value is (220,177,232). Sum of RGB (Red+Green+Blue) = 220+177+232=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCB1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1E8 is #234E17. Grayscale: #C3C3C3. Windows color (decimal): -2313752 or 15249884. OLE color: 15249884.
HSL color Cylindrical-coordinate representation of color #DCB1E8: hue angle of 286.91º degrees, saturation: 0.54, 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 #DCB1E8 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 177 | 232 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.09 |
| HSL | 286.91º | 0.54% | 0.8% | - |
| HSV(B) | 286.91º | 0.24% | 0.91% | - |
| XYZ | 59.8 | 52.49 | 83.32 | - |
| YUV | 196.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 232 | 0.05 | 0.24 | 0 | 0.09 | 286.91 | 0.54 | 0.8 |
| Hex | DC | B1 | E8 | 5 | 18 | 0 | 9 | 11F | 36 | 50 |
| Octal | 334 | 261 | 350 | 5 | 30 | 0 | 11 | 437 | 66 | 120 |
| Binary | 11011100 | 10110001 | 11101000 | 101 | 11000 | 0 | 1001 | 100011111 | 110110 | 1010000 |
Color Harmonies of #DCB1E8
Complementary color
Monochromatic Colors of #DCB1E8
Black with #DCB1E8
Text Example
Text Example
White with #DCB1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1E8; }
p { color: rgb(220,177,232); }
H1.HeaderClassName
{
color: #DCB1E8;
}
.AnyTagClassName
{
color: #DCB1E8;
}
</style>
background-color css
<style>
a { background-color: #DCB1E8; }
a { background-color: rgb(220,177,232); }
div.DivClassName
{
background-color: #DCB1E8;
}
.BgClassName
{
background-color: #DCB1E8;
}
</style>
border-color css
<style>
span { border-color: #DCB1E8; }
span { border-color: rgb(220,177,232); }
td.TdClassName
{
border-color: #DCB1E8;
}
.TagClassName
{
border-color: #DCB1E8;
}
</style>