Shades of Plum #DEB0E7
Tints of Plum #DEB0E7
RGB
CMYK
RGB Variations
Color information
#DEB0E7 (or 0xDEB0E7) is known color: Plum. HEX triplet: DE, B0 and E7. RGB value is (222,176,231). Sum of RGB (Red+Green+Blue) = 222+176+231=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0E7 is #214F18. Grayscale: #C3C3C3. Windows color (decimal): -2182937 or 15184094. OLE color: 15184094.
HSL color Cylindrical-coordinate representation of color #DEB0E7: hue angle of 290.18º 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 #DEB0E7 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 176 | 231 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.09 |
| HSL | 290.18º | 0.53% | 0.8% | - |
| HSV(B) | 290.18º | 0.24% | 0.91% | - |
| XYZ | 60.07 | 52.35 | 82.54 | - |
| YUV | 196.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 231 | 0.04 | 0.24 | 0 | 0.09 | 290.18 | 0.53 | 0.8 |
| Hex | DE | B0 | E7 | 4 | 18 | 0 | 9 | 122 | 35 | 50 |
| Octal | 336 | 260 | 347 | 4 | 30 | 0 | 11 | 442 | 65 | 120 |
| Binary | 11011110 | 10110000 | 11100111 | 100 | 11000 | 0 | 1001 | 100100010 | 110101 | 1010000 |
Color Harmonies of #DEB0E7
Complementary color
Monochromatic Colors of #DEB0E7
Black with #DEB0E7
Text Example
Text Example
White with #DEB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0E7; }
p { color: rgb(222,176,231); }
H1.HeaderClassName
{
color: #DEB0E7;
}
.AnyTagClassName
{
color: #DEB0E7;
}
</style>
background-color css
<style>
a { background-color: #DEB0E7; }
a { background-color: rgb(222,176,231); }
div.DivClassName
{
background-color: #DEB0E7;
}
.BgClassName
{
background-color: #DEB0E7;
}
</style>
border-color css
<style>
span { border-color: #DEB0E7; }
span { border-color: rgb(222,176,231); }
td.TdClassName
{
border-color: #DEB0E7;
}
.TagClassName
{
border-color: #DEB0E7;
}
</style>