Shades of Plum #DEAEE0
Tints of Plum #DEAEE0
RGB
CMYK
RGB Variations
Color information
#DEAEE0 (or 0xDEAEE0) is known color: Plum. HEX triplet: DE, AE and E0. RGB value is (222,174,224). Sum of RGB (Red+Green+Blue) = 222+174+224=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEE0 is #21511F. Grayscale: #C1C1C1. Windows color (decimal): -2183456 or 14724830. OLE color: 14724830.
HSL color Cylindrical-coordinate representation of color #DEAEE0: hue angle of 297.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEAEE0 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 174 | 224 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.12 |
| HSL | 297.6º | 0.45% | 0.78% | - |
| HSV(B) | 297.6º | 0.22% | 0.88% | - |
| XYZ | 58.71 | 51.18 | 77.31 | - |
| YUV | 194.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 224 | 0.01 | 0.22 | 0 | 0.12 | 297.6 | 0.45 | 0.78 |
| Hex | DE | AE | E0 | 1 | 16 | 0 | C | 12A | 2D | 4E |
| Octal | 336 | 256 | 340 | 1 | 26 | 0 | 14 | 452 | 55 | 116 |
| Binary | 11011110 | 10101110 | 11100000 | 1 | 10110 | 0 | 1100 | 100101010 | 101101 | 1001110 |
Color Harmonies of #DEAEE0
Complementary color
Monochromatic Colors of #DEAEE0
Black with #DEAEE0
Text Example
Text Example
White with #DEAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEE0; }
p { color: rgb(222,174,224); }
H1.HeaderClassName
{
color: #DEAEE0;
}
.AnyTagClassName
{
color: #DEAEE0;
}
</style>
background-color css
<style>
a { background-color: #DEAEE0; }
a { background-color: rgb(222,174,224); }
div.DivClassName
{
background-color: #DEAEE0;
}
.BgClassName
{
background-color: #DEAEE0;
}
</style>
border-color css
<style>
span { border-color: #DEAEE0; }
span { border-color: rgb(222,174,224); }
td.TdClassName
{
border-color: #DEAEE0;
}
.TagClassName
{
border-color: #DEAEE0;
}
</style>