Shades of Plum #DEA4EE
Tints of Plum #DEA4EE
RGB
CMYK
RGB Variations
Color information
#DEA4EE (or 0xDEA4EE) is known color: Plum. HEX triplet: DE, A4 and EE. RGB value is (222,164,238). Sum of RGB (Red+Green+Blue) = 222+164+238=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEA4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA4EE is #215B11. Grayscale: #BDBDBD. Windows color (decimal): -2186002 or 15639774. OLE color: 15639774.
HSL color Cylindrical-coordinate representation of color #DEA4EE: hue angle of 287.03º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEA4EE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 164 | 238 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.07 |
| HSL | 287.03º | 0.69% | 0.79% | - |
| HSV(B) | 287.03º | 0.31% | 0.93% | - |
| XYZ | 58.83 | 48.25 | 87.1 | - |
| YUV | 189.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 164 | 238 | 0.07 | 0.31 | 0 | 0.07 | 287.03 | 0.69 | 0.79 |
| Hex | DE | A4 | EE | 7 | 1F | 0 | 7 | 11F | 45 | 4F |
| Octal | 336 | 244 | 356 | 7 | 37 | 0 | 7 | 437 | 105 | 117 |
| Binary | 11011110 | 10100100 | 11101110 | 111 | 11111 | 0 | 111 | 100011111 | 1000101 | 1001111 |
Color Harmonies of #DEA4EE
Complementary color
Monochromatic Colors of #DEA4EE
Black with #DEA4EE
Text Example
Text Example
White with #DEA4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA4EE; }
p { color: rgb(222,164,238); }
H1.HeaderClassName
{
color: #DEA4EE;
}
.AnyTagClassName
{
color: #DEA4EE;
}
</style>
background-color css
<style>
a { background-color: #DEA4EE; }
a { background-color: rgb(222,164,238); }
div.DivClassName
{
background-color: #DEA4EE;
}
.BgClassName
{
background-color: #DEA4EE;
}
</style>
border-color css
<style>
span { border-color: #DEA4EE; }
span { border-color: rgb(222,164,238); }
td.TdClassName
{
border-color: #DEA4EE;
}
.TagClassName
{
border-color: #DEA4EE;
}
</style>