Shades of Plum #DEAEE1
Tints of Plum #DEAEE1
RGB
CMYK
RGB Variations
Color information
#DEAEE1 (or 0xDEAEE1) is known color: Plum. HEX triplet: DE, AE and E1. RGB value is (222,174,225). Sum of RGB (Red+Green+Blue) = 222+174+225=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEE1 is #21511E. Grayscale: #C2C2C2. Windows color (decimal): -2183455 or 14790366. OLE color: 14790366.
HSL color Cylindrical-coordinate representation of color #DEAEE1: hue angle of 296.47º degrees, saturation: 0.46, 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 #DEAEE1 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 174 | 225 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.12 |
| HSL | 296.47º | 0.46% | 0.78% | - |
| HSV(B) | 296.47º | 0.23% | 0.88% | - |
| XYZ | 58.85 | 51.24 | 78.02 | - |
| YUV | 194.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 225 | 0.01 | 0.23 | 0 | 0.12 | 296.47 | 0.46 | 0.78 |
| Hex | DE | AE | E1 | 1 | 17 | 0 | C | 128 | 2E | 4E |
| Octal | 336 | 256 | 341 | 1 | 27 | 0 | 14 | 450 | 56 | 116 |
| Binary | 11011110 | 10101110 | 11100001 | 1 | 10111 | 0 | 1100 | 100101000 | 101110 | 1001110 |
Color Harmonies of #DEAEE1
Complementary color
Monochromatic Colors of #DEAEE1
Black with #DEAEE1
Text Example
Text Example
White with #DEAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEE1; }
p { color: rgb(222,174,225); }
H1.HeaderClassName
{
color: #DEAEE1;
}
.AnyTagClassName
{
color: #DEAEE1;
}
</style>
background-color css
<style>
a { background-color: #DEAEE1; }
a { background-color: rgb(222,174,225); }
div.DivClassName
{
background-color: #DEAEE1;
}
.BgClassName
{
background-color: #DEAEE1;
}
</style>
border-color css
<style>
span { border-color: #DEAEE1; }
span { border-color: rgb(222,174,225); }
td.TdClassName
{
border-color: #DEAEE1;
}
.TagClassName
{
border-color: #DEAEE1;
}
</style>