Shades of Plum #DEA8E4
Tints of Plum #DEA8E4
RGB
CMYK
RGB Variations
Color information
#DEA8E4 (or 0xDEA8E4) is known color: Plum. HEX triplet: DE, A8 and E4. RGB value is (222,168,228). Sum of RGB (Red+Green+Blue) = 222+168+228=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEA8E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8E4 is #21571B. Grayscale: #BEBEBE. Windows color (decimal): -2184988 or 14985438. OLE color: 14985438.
HSL color Cylindrical-coordinate representation of color #DEA8E4: hue angle of 294º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA8E4 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 168 | 228 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.11 |
| HSL | 294º | 0.53% | 0.78% | - |
| HSV(B) | 294º | 0.26% | 0.89% | - |
| XYZ | 58.13 | 49.14 | 79.82 | - |
| YUV | 190.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 228 | 0.03 | 0.26 | 0 | 0.11 | 294 | 0.53 | 0.78 |
| Hex | DE | A8 | E4 | 3 | 1A | 0 | B | 126 | 35 | 4E |
| Octal | 336 | 250 | 344 | 3 | 32 | 0 | 13 | 446 | 65 | 116 |
| Binary | 11011110 | 10101000 | 11100100 | 11 | 11010 | 0 | 1011 | 100100110 | 110101 | 1001110 |
Color Harmonies of #DEA8E4
Complementary color
Monochromatic Colors of #DEA8E4
Black with #DEA8E4
Text Example
Text Example
White with #DEA8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8E4; }
p { color: rgb(222,168,228); }
H1.HeaderClassName
{
color: #DEA8E4;
}
.AnyTagClassName
{
color: #DEA8E4;
}
</style>
background-color css
<style>
a { background-color: #DEA8E4; }
a { background-color: rgb(222,168,228); }
div.DivClassName
{
background-color: #DEA8E4;
}
.BgClassName
{
background-color: #DEA8E4;
}
</style>
border-color css
<style>
span { border-color: #DEA8E4; }
span { border-color: rgb(222,168,228); }
td.TdClassName
{
border-color: #DEA8E4;
}
.TagClassName
{
border-color: #DEA8E4;
}
</style>