Shades of Plum #DEADE2
Tints of Plum #DEADE2
RGB
CMYK
RGB Variations
Color information
#DEADE2 (or 0xDEADE2) is known color: Plum. HEX triplet: DE, AD and E2. RGB value is (222,173,226). Sum of RGB (Red+Green+Blue) = 222+173+226=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADE2 is #21521D. Grayscale: #C1C1C1. Windows color (decimal): -2183710 or 14855646. OLE color: 14855646.
HSL color Cylindrical-coordinate representation of color #DEADE2: hue angle of 295.47º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEADE2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 173 | 226 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.11 |
| HSL | 295.47º | 0.48% | 0.78% | - |
| HSV(B) | 295.47º | 0.23% | 0.89% | - |
| XYZ | 58.8 | 50.91 | 78.68 | - |
| YUV | 193.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 226 | 0.02 | 0.23 | 0 | 0.11 | 295.47 | 0.48 | 0.78 |
| Hex | DE | AD | E2 | 2 | 17 | 0 | B | 127 | 30 | 4E |
| Octal | 336 | 255 | 342 | 2 | 27 | 0 | 13 | 447 | 60 | 116 |
| Binary | 11011110 | 10101101 | 11100010 | 10 | 10111 | 0 | 1011 | 100100111 | 110000 | 1001110 |
Color Harmonies of #DEADE2
Complementary color
Monochromatic Colors of #DEADE2
Black with #DEADE2
Text Example
Text Example
White with #DEADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADE2; }
p { color: rgb(222,173,226); }
H1.HeaderClassName
{
color: #DEADE2;
}
.AnyTagClassName
{
color: #DEADE2;
}
</style>
background-color css
<style>
a { background-color: #DEADE2; }
a { background-color: rgb(222,173,226); }
div.DivClassName
{
background-color: #DEADE2;
}
.BgClassName
{
background-color: #DEADE2;
}
</style>
border-color css
<style>
span { border-color: #DEADE2; }
span { border-color: rgb(222,173,226); }
td.TdClassName
{
border-color: #DEADE2;
}
.TagClassName
{
border-color: #DEADE2;
}
</style>