Shades of Plum #DEA8EC
Tints of Plum #DEA8EC
RGB
CMYK
RGB Variations
Color information
#DEA8EC (or 0xDEA8EC) is known color: Plum. HEX triplet: DE, A8 and EC. RGB value is (222,168,236). Sum of RGB (Red+Green+Blue) = 222+168+236=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8EC is #215713. Grayscale: #BFBFBF. Windows color (decimal): -2184980 or 15509726. OLE color: 15509726.
HSL color Cylindrical-coordinate representation of color #DEA8EC: hue angle of 287.65º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA8EC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 168 | 236 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.07 |
| HSL | 287.65º | 0.64% | 0.79% | - |
| HSV(B) | 287.65º | 0.29% | 0.93% | - |
| XYZ | 59.27 | 49.59 | 85.81 | - |
| YUV | 191.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 236 | 0.06 | 0.29 | 0 | 0.07 | 287.65 | 0.64 | 0.79 |
| Hex | DE | A8 | EC | 6 | 1D | 0 | 7 | 120 | 40 | 4F |
| Octal | 336 | 250 | 354 | 6 | 35 | 0 | 7 | 440 | 100 | 117 |
| Binary | 11011110 | 10101000 | 11101100 | 110 | 11101 | 0 | 111 | 100100000 | 1000000 | 1001111 |
Color Harmonies of #DEA8EC
Complementary color
Monochromatic Colors of #DEA8EC
Black with #DEA8EC
Text Example
Text Example
White with #DEA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8EC; }
p { color: rgb(222,168,236); }
H1.HeaderClassName
{
color: #DEA8EC;
}
.AnyTagClassName
{
color: #DEA8EC;
}
</style>
background-color css
<style>
a { background-color: #DEA8EC; }
a { background-color: rgb(222,168,236); }
div.DivClassName
{
background-color: #DEA8EC;
}
.BgClassName
{
background-color: #DEA8EC;
}
</style>
border-color css
<style>
span { border-color: #DEA8EC; }
span { border-color: rgb(222,168,236); }
td.TdClassName
{
border-color: #DEA8EC;
}
.TagClassName
{
border-color: #DEA8EC;
}
</style>