Shades of Plum #DEABE6
Tints of Plum #DEABE6
RGB
CMYK
RGB Variations
Color information
#DEABE6 (or 0xDEABE6) is known color: Plum. HEX triplet: DE, AB and E6. RGB value is (222,171,230). Sum of RGB (Red+Green+Blue) = 222+171+230=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEABE6 is #215419. Grayscale: #C0C0C0. Windows color (decimal): -2184218 or 15117278. OLE color: 15117278.
HSL color Cylindrical-coordinate representation of color #DEABE6: hue angle of 291.86º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEABE6 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 171 | 230 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.10 |
| HSL | 291.86º | 0.54% | 0.79% | - |
| HSV(B) | 291.86º | 0.26% | 0.9% | - |
| XYZ | 58.97 | 50.37 | 81.48 | - |
| YUV | 192.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 230 | 0.03 | 0.26 | 0 | 0.10 | 291.86 | 0.54 | 0.79 |
| Hex | DE | AB | E6 | 3 | 1A | 0 | A | 124 | 36 | 4F |
| Octal | 336 | 253 | 346 | 3 | 32 | 0 | 12 | 444 | 66 | 117 |
| Binary | 11011110 | 10101011 | 11100110 | 11 | 11010 | 0 | 1010 | 100100100 | 110110 | 1001111 |
Color Harmonies of #DEABE6
Complementary color
Monochromatic Colors of #DEABE6
Black with #DEABE6
Text Example
Text Example
White with #DEABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABE6; }
p { color: rgb(222,171,230); }
H1.HeaderClassName
{
color: #DEABE6;
}
.AnyTagClassName
{
color: #DEABE6;
}
</style>
background-color css
<style>
a { background-color: #DEABE6; }
a { background-color: rgb(222,171,230); }
div.DivClassName
{
background-color: #DEABE6;
}
.BgClassName
{
background-color: #DEABE6;
}
</style>
border-color css
<style>
span { border-color: #DEABE6; }
span { border-color: rgb(222,171,230); }
td.TdClassName
{
border-color: #DEABE6;
}
.TagClassName
{
border-color: #DEABE6;
}
</style>