Shades of Plum #DEACE1
Tints of Plum #DEACE1
RGB
CMYK
RGB Variations
Color information
#DEACE1 (or 0xDEACE1) is known color: Plum. HEX triplet: DE, AC and E1. RGB value is (222,172,225). Sum of RGB (Red+Green+Blue) = 222+172+225=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACE1 is #21531E. Grayscale: #C0C0C0. Windows color (decimal): -2183967 or 14789854. OLE color: 14789854.
HSL color Cylindrical-coordinate representation of color #DEACE1: hue angle of 296.6º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEACE1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 172 | 225 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.12 |
| HSL | 296.6º | 0.47% | 0.78% | - |
| HSV(B) | 296.6º | 0.24% | 0.88% | - |
| XYZ | 58.47 | 50.47 | 77.89 | - |
| YUV | 192.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 225 | 0.01 | 0.24 | 0 | 0.12 | 296.6 | 0.47 | 0.78 |
| Hex | DE | AC | E1 | 1 | 18 | 0 | C | 129 | 2F | 4E |
| Octal | 336 | 254 | 341 | 1 | 30 | 0 | 14 | 451 | 57 | 116 |
| Binary | 11011110 | 10101100 | 11100001 | 1 | 11000 | 0 | 1100 | 100101001 | 101111 | 1001110 |
Color Harmonies of #DEACE1
Complementary color
Monochromatic Colors of #DEACE1
Black with #DEACE1
Text Example
Text Example
White with #DEACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACE1; }
p { color: rgb(222,172,225); }
H1.HeaderClassName
{
color: #DEACE1;
}
.AnyTagClassName
{
color: #DEACE1;
}
</style>
background-color css
<style>
a { background-color: #DEACE1; }
a { background-color: rgb(222,172,225); }
div.DivClassName
{
background-color: #DEACE1;
}
.BgClassName
{
background-color: #DEACE1;
}
</style>
border-color css
<style>
span { border-color: #DEACE1; }
span { border-color: rgb(222,172,225); }
td.TdClassName
{
border-color: #DEACE1;
}
.TagClassName
{
border-color: #DEACE1;
}
</style>