Shades of Plum #DEB0E8
Tints of Plum #DEB0E8
RGB
CMYK
RGB Variations
Color information
#DEB0E8 (or 0xDEB0E8) is known color: Plum. HEX triplet: DE, B0 and E8. RGB value is (222,176,232). Sum of RGB (Red+Green+Blue) = 222+176+232=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEB0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0E8 is #214F17. Grayscale: #C3C3C3. Windows color (decimal): -2182936 or 15249630. OLE color: 15249630.
HSL color Cylindrical-coordinate representation of color #DEB0E8: hue angle of 289.29º degrees, saturation: 0.55, 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 #DEB0E8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 176 | 232 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.09 |
| HSL | 289.29º | 0.55% | 0.8% | - |
| HSV(B) | 289.29º | 0.24% | 0.91% | - |
| XYZ | 60.22 | 52.41 | 83.29 | - |
| YUV | 196.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 232 | 0.04 | 0.24 | 0 | 0.09 | 289.29 | 0.55 | 0.8 |
| Hex | DE | B0 | E8 | 4 | 18 | 0 | 9 | 121 | 37 | 50 |
| Octal | 336 | 260 | 350 | 4 | 30 | 0 | 11 | 441 | 67 | 120 |
| Binary | 11011110 | 10110000 | 11101000 | 100 | 11000 | 0 | 1001 | 100100001 | 110111 | 1010000 |
Color Harmonies of #DEB0E8
Complementary color
Monochromatic Colors of #DEB0E8
Black with #DEB0E8
Text Example
Text Example
White with #DEB0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0E8; }
p { color: rgb(222,176,232); }
H1.HeaderClassName
{
color: #DEB0E8;
}
.AnyTagClassName
{
color: #DEB0E8;
}
</style>
background-color css
<style>
a { background-color: #DEB0E8; }
a { background-color: rgb(222,176,232); }
div.DivClassName
{
background-color: #DEB0E8;
}
.BgClassName
{
background-color: #DEB0E8;
}
</style>
border-color css
<style>
span { border-color: #DEB0E8; }
span { border-color: rgb(222,176,232); }
td.TdClassName
{
border-color: #DEB0E8;
}
.TagClassName
{
border-color: #DEB0E8;
}
</style>