Shades of Plum #DEABDF
Tints of Plum #DEABDF
RGB
CMYK
RGB Variations
Color information
#DEABDF (or 0xDEABDF) is known color: Plum. HEX triplet: DE, AB and DF. RGB value is (222,171,223). Sum of RGB (Red+Green+Blue) = 222+171+223=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABDF is #215420. Grayscale: #C0C0C0. Windows color (decimal): -2184225 or 14658526. OLE color: 14658526.
HSL color Cylindrical-coordinate representation of color #DEABDF: hue angle of 298.85º degrees, saturation: 0.45, 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 #DEABDF is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 223 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.13 |
| HSL | 298.85º | 0.45% | 0.77% | - |
| HSV(B) | 298.85º | 0.23% | 0.87% | - |
| XYZ | 58.01 | 49.98 | 76.4 | - |
| YUV | 192.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 223 | 0.00 | 0.23 | 0 | 0.13 | 298.85 | 0.45 | 0.77 |
| Hex | DE | AB | DF | 0 | 17 | 0 | D | 12B | 2D | 4D |
| Octal | 336 | 253 | 337 | 0 | 27 | 0 | 15 | 453 | 55 | 115 |
| Binary | 11011110 | 10101011 | 11011111 | 0 | 10111 | 0 | 1101 | 100101011 | 101101 | 1001101 |
Color Harmonies of #DEABDF
Complementary color
Monochromatic Colors of #DEABDF
Black with #DEABDF
Text Example
Text Example
White with #DEABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEABDF; }
p { color: rgb(222,171,223); }
H1.HeaderClassName
{
color: #DEABDF;
}
.AnyTagClassName
{
color: #DEABDF;
}
</style>
background-color css
<style>
a { background-color: #DEABDF; }
a { background-color: rgb(222,171,223); }
div.DivClassName
{
background-color: #DEABDF;
}
.BgClassName
{
background-color: #DEABDF;
}
</style>
border-color css
<style>
span { border-color: #DEABDF; }
span { border-color: rgb(222,171,223); }
td.TdClassName
{
border-color: #DEABDF;
}
.TagClassName
{
border-color: #DEABDF;
}
</style>