Shades of Plum #DEAAE1
Tints of Plum #DEAAE1
RGB
CMYK
RGB Variations
Color information
#DEAAE1 (or 0xDEAAE1) is known color: Plum. HEX triplet: DE, AA and E1. RGB value is (222,170,225). Sum of RGB (Red+Green+Blue) = 222+170+225=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAE1 is #21551E. Grayscale: #BFBFBF. Windows color (decimal): -2184479 or 14789342. OLE color: 14789342.
HSL color Cylindrical-coordinate representation of color #DEAAE1: hue angle of 296.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEAAE1 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 170 | 225 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.12 |
| HSL | 296.73º | 0.48% | 0.77% | - |
| HSV(B) | 296.73º | 0.24% | 0.88% | - |
| XYZ | 58.09 | 49.72 | 77.77 | - |
| YUV | 191.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 170 | 225 | 0.01 | 0.24 | 0 | 0.12 | 296.73 | 0.48 | 0.77 |
| Hex | DE | AA | E1 | 1 | 18 | 0 | C | 129 | 30 | 4D |
| Octal | 336 | 252 | 341 | 1 | 30 | 0 | 14 | 451 | 60 | 115 |
| Binary | 11011110 | 10101010 | 11100001 | 1 | 11000 | 0 | 1100 | 100101001 | 110000 | 1001101 |
Color Harmonies of #DEAAE1
Complementary color
Monochromatic Colors of #DEAAE1
Black with #DEAAE1
Text Example
Text Example
White with #DEAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAAE1; }
p { color: rgb(222,170,225); }
H1.HeaderClassName
{
color: #DEAAE1;
}
.AnyTagClassName
{
color: #DEAAE1;
}
</style>
background-color css
<style>
a { background-color: #DEAAE1; }
a { background-color: rgb(222,170,225); }
div.DivClassName
{
background-color: #DEAAE1;
}
.BgClassName
{
background-color: #DEAAE1;
}
</style>
border-color css
<style>
span { border-color: #DEAAE1; }
span { border-color: rgb(222,170,225); }
td.TdClassName
{
border-color: #DEAAE1;
}
.TagClassName
{
border-color: #DEAAE1;
}
</style>