Shades of Plum #DEABDE
Tints of Plum #DEABDE
RGB
CMYK
RGB Variations
Color information
#DEABDE (or 0xDEABDE) is known color: Plum. HEX triplet: DE, AB and DE. RGB value is (222,171,222). Sum of RGB (Red+Green+Blue) = 222+171+222=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABDE is #215421. Grayscale: #BFBFBF. Windows color (decimal): -2184226 or 14592990. OLE color: 14592990.
HSL color Cylindrical-coordinate representation of color #DEABDE: hue angle of 300º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEABDE is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 222 | - |
| CMYK | 0 | 0.23 | 0 | 0.13 |
| HSL | 300º | 0.44% | 0.77% | - |
| HSV(B) | 300º | 0.23% | 0.87% | - |
| XYZ | 57.87 | 49.93 | 75.69 | - |
| YUV | 192.06 | 144.9 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 222 | 0 | 0.23 | 0 | 0.13 | 300 | 0.44 | 0.77 |
| Hex | DE | AB | DE | 0 | 17 | 0 | D | 12C | 2C | 4D |
| Octal | 336 | 253 | 336 | 0 | 27 | 0 | 15 | 454 | 54 | 115 |
| Binary | 11011110 | 10101011 | 11011110 | 0 | 10111 | 0 | 1101 | 100101100 | 101100 | 1001101 |
Color Harmonies of #DEABDE
Complementary color
Monochromatic Colors of #DEABDE
Black with #DEABDE
Text Example
Text Example
White with #DEABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABDE; }
p { color: rgb(222,171,222); }
H1.HeaderClassName
{
color: #DEABDE;
}
.AnyTagClassName
{
color: #DEABDE;
}
</style>
background-color css
<style>
a { background-color: #DEABDE; }
a { background-color: rgb(222,171,222); }
div.DivClassName
{
background-color: #DEABDE;
}
.BgClassName
{
background-color: #DEABDE;
}
</style>
border-color css
<style>
span { border-color: #DEABDE; }
span { border-color: rgb(222,171,222); }
td.TdClassName
{
border-color: #DEABDE;
}
.TagClassName
{
border-color: #DEABDE;
}
</style>