Shades of Plum #DEADE0
Tints of Plum #DEADE0
RGB
CMYK
RGB Variations
Color information
#DEADE0 (or 0xDEADE0) is known color: Plum. HEX triplet: DE, AD and E0. RGB value is (222,173,224). Sum of RGB (Red+Green+Blue) = 222+173+224=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADE0 is #21521F. Grayscale: #C1C1C1. Windows color (decimal): -2183712 or 14724574. OLE color: 14724574.
HSL color Cylindrical-coordinate representation of color #DEADE0: hue angle of 297.65º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEADE0 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 173 | 224 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.12 |
| HSL | 297.65º | 0.45% | 0.78% | - |
| HSV(B) | 297.65º | 0.23% | 0.88% | - |
| XYZ | 58.52 | 50.8 | 77.24 | - |
| YUV | 193.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 224 | 0.01 | 0.23 | 0 | 0.12 | 297.65 | 0.45 | 0.78 |
| Hex | DE | AD | E0 | 1 | 17 | 0 | C | 12A | 2D | 4E |
| Octal | 336 | 255 | 340 | 1 | 27 | 0 | 14 | 452 | 55 | 116 |
| Binary | 11011110 | 10101101 | 11100000 | 1 | 10111 | 0 | 1100 | 100101010 | 101101 | 1001110 |
Color Harmonies of #DEADE0
Complementary color
Monochromatic Colors of #DEADE0
Black with #DEADE0
Text Example
Text Example
White with #DEADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADE0; }
p { color: rgb(222,173,224); }
H1.HeaderClassName
{
color: #DEADE0;
}
.AnyTagClassName
{
color: #DEADE0;
}
</style>
background-color css
<style>
a { background-color: #DEADE0; }
a { background-color: rgb(222,173,224); }
div.DivClassName
{
background-color: #DEADE0;
}
.BgClassName
{
background-color: #DEADE0;
}
</style>
border-color css
<style>
span { border-color: #DEADE0; }
span { border-color: rgb(222,173,224); }
td.TdClassName
{
border-color: #DEADE0;
}
.TagClassName
{
border-color: #DEADE0;
}
</style>