Shades of Plum #DEA4EC
Tints of Plum #DEA4EC
RGB
CMYK
RGB Variations
Color information
#DEA4EC (or 0xDEA4EC) is known color: Plum. HEX triplet: DE, A4 and EC. RGB value is (222,164,236). Sum of RGB (Red+Green+Blue) = 222+164+236=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4EC is #215B13. Grayscale: #BDBDBD. Windows color (decimal): -2186004 or 15508702. OLE color: 15508702.
HSL color Cylindrical-coordinate representation of color #DEA4EC: hue angle of 288.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA4EC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 164 | 236 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.07 |
| HSL | 288.33º | 0.65% | 0.78% | - |
| HSV(B) | 288.33º | 0.31% | 0.93% | - |
| XYZ | 58.54 | 48.14 | 85.56 | - |
| YUV | 189.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 236 | 0.06 | 0.31 | 0 | 0.07 | 288.33 | 0.65 | 0.78 |
| Hex | DE | A4 | EC | 6 | 1F | 0 | 7 | 120 | 41 | 4E |
| Octal | 336 | 244 | 354 | 6 | 37 | 0 | 7 | 440 | 101 | 116 |
| Binary | 11011110 | 10100100 | 11101100 | 110 | 11111 | 0 | 111 | 100100000 | 1000001 | 1001110 |
Color Harmonies of #DEA4EC
Complementary color
Monochromatic Colors of #DEA4EC
Black with #DEA4EC
Text Example
Text Example
White with #DEA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4EC; }
p { color: rgb(222,164,236); }
H1.HeaderClassName
{
color: #DEA4EC;
}
.AnyTagClassName
{
color: #DEA4EC;
}
</style>
background-color css
<style>
a { background-color: #DEA4EC; }
a { background-color: rgb(222,164,236); }
div.DivClassName
{
background-color: #DEA4EC;
}
.BgClassName
{
background-color: #DEA4EC;
}
</style>
border-color css
<style>
span { border-color: #DEA4EC; }
span { border-color: rgb(222,164,236); }
td.TdClassName
{
border-color: #DEA4EC;
}
.TagClassName
{
border-color: #DEA4EC;
}
</style>