Shades of Plum #DEB0E4
Tints of Plum #DEB0E4
RGB
CMYK
RGB Variations
Color information
#DEB0E4 (or 0xDEB0E4) is known color: Plum. HEX triplet: DE, B0 and E4. RGB value is (222,176,228). Sum of RGB (Red+Green+Blue) = 222+176+228=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEB0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0E4 is #214F1B. Grayscale: #C3C3C3. Windows color (decimal): -2182940 or 14987486. OLE color: 14987486.
HSL color Cylindrical-coordinate representation of color #DEB0E4: hue angle of 293.08º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB0E4 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 176 | 228 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.11 |
| HSL | 293.08º | 0.49% | 0.79% | - |
| HSV(B) | 293.08º | 0.23% | 0.89% | - |
| XYZ | 59.65 | 52.18 | 80.33 | - |
| YUV | 195.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 228 | 0.03 | 0.23 | 0 | 0.11 | 293.08 | 0.49 | 0.79 |
| Hex | DE | B0 | E4 | 3 | 17 | 0 | B | 125 | 31 | 4F |
| Octal | 336 | 260 | 344 | 3 | 27 | 0 | 13 | 445 | 61 | 117 |
| Binary | 11011110 | 10110000 | 11100100 | 11 | 10111 | 0 | 1011 | 100100101 | 110001 | 1001111 |
Color Harmonies of #DEB0E4
Complementary color
Monochromatic Colors of #DEB0E4
Black with #DEB0E4
Text Example
Text Example
White with #DEB0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0E4; }
p { color: rgb(222,176,228); }
H1.HeaderClassName
{
color: #DEB0E4;
}
.AnyTagClassName
{
color: #DEB0E4;
}
</style>
background-color css
<style>
a { background-color: #DEB0E4; }
a { background-color: rgb(222,176,228); }
div.DivClassName
{
background-color: #DEB0E4;
}
.BgClassName
{
background-color: #DEB0E4;
}
</style>
border-color css
<style>
span { border-color: #DEB0E4; }
span { border-color: rgb(222,176,228); }
td.TdClassName
{
border-color: #DEB0E4;
}
.TagClassName
{
border-color: #DEB0E4;
}
</style>