Shades of Plum #DEABE0
Tints of Plum #DEABE0
RGB
CMYK
RGB Variations
Color information
#DEABE0 (or 0xDEABE0) is known color: Plum. HEX triplet: DE, AB and E0. RGB value is (222,171,224). Sum of RGB (Red+Green+Blue) = 222+171+224=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABE0 is #21541F. Grayscale: #C0C0C0. Windows color (decimal): -2184224 or 14724062. OLE color: 14724062.
HSL color Cylindrical-coordinate representation of color #DEABE0: hue angle of 297.74º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEABE0 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 171 | 224 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.12 |
| HSL | 297.74º | 0.46% | 0.77% | - |
| HSV(B) | 297.74º | 0.24% | 0.88% | - |
| XYZ | 58.14 | 50.04 | 77.11 | - |
| YUV | 192.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 224 | 0.01 | 0.24 | 0 | 0.12 | 297.74 | 0.46 | 0.77 |
| Hex | DE | AB | E0 | 1 | 18 | 0 | C | 12A | 2E | 4D |
| Octal | 336 | 253 | 340 | 1 | 30 | 0 | 14 | 452 | 56 | 115 |
| Binary | 11011110 | 10101011 | 11100000 | 1 | 11000 | 0 | 1100 | 100101010 | 101110 | 1001101 |
Color Harmonies of #DEABE0
Complementary color
Monochromatic Colors of #DEABE0
Black with #DEABE0
Text Example
Text Example
White with #DEABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABE0; }
p { color: rgb(222,171,224); }
H1.HeaderClassName
{
color: #DEABE0;
}
.AnyTagClassName
{
color: #DEABE0;
}
</style>
background-color css
<style>
a { background-color: #DEABE0; }
a { background-color: rgb(222,171,224); }
div.DivClassName
{
background-color: #DEABE0;
}
.BgClassName
{
background-color: #DEABE0;
}
</style>
border-color css
<style>
span { border-color: #DEABE0; }
span { border-color: rgb(222,171,224); }
td.TdClassName
{
border-color: #DEABE0;
}
.TagClassName
{
border-color: #DEABE0;
}
</style>