Shades of Plum #DEACEB
Tints of Plum #DEACEB
RGB
CMYK
RGB Variations
Color information
#DEACEB (or 0xDEACEB) is known color: Plum. HEX triplet: DE, AC and EB. RGB value is (222,172,235). Sum of RGB (Red+Green+Blue) = 222+172+235=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEACEB is #215314. Grayscale: #C1C1C1. Windows color (decimal): -2183957 or 15445214. OLE color: 15445214.
HSL color Cylindrical-coordinate representation of color #DEACEB: hue angle of 287.62º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEACEB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 172 | 235 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.08 |
| HSL | 287.62º | 0.61% | 0.8% | - |
| HSV(B) | 287.62º | 0.27% | 0.92% | - |
| XYZ | 59.87 | 51.03 | 85.29 | - |
| YUV | 194.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 235 | 0.06 | 0.27 | 0 | 0.08 | 287.62 | 0.61 | 0.8 |
| Hex | DE | AC | EB | 6 | 1B | 0 | 8 | 120 | 3D | 50 |
| Octal | 336 | 254 | 353 | 6 | 33 | 0 | 10 | 440 | 75 | 120 |
| Binary | 11011110 | 10101100 | 11101011 | 110 | 11011 | 0 | 1000 | 100100000 | 111101 | 1010000 |
Color Harmonies of #DEACEB
Complementary color
Monochromatic Colors of #DEACEB
Black with #DEACEB
Text Example
Text Example
White with #DEACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEACEB; }
p { color: rgb(222,172,235); }
H1.HeaderClassName
{
color: #DEACEB;
}
.AnyTagClassName
{
color: #DEACEB;
}
</style>
background-color css
<style>
a { background-color: #DEACEB; }
a { background-color: rgb(222,172,235); }
div.DivClassName
{
background-color: #DEACEB;
}
.BgClassName
{
background-color: #DEACEB;
}
</style>
border-color css
<style>
span { border-color: #DEACEB; }
span { border-color: rgb(222,172,235); }
td.TdClassName
{
border-color: #DEACEB;
}
.TagClassName
{
border-color: #DEACEB;
}
</style>