#DEA8EA

Color #DEA8EA Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DEA8EA

Tints of Plum #DEA8EA

Color information

#DEA8EA (or 0xDEA8EA) is unknown color: approx Plum. HEX triplet: DE, A8 and EA. RGB value is (222,168,234). Sum of RGB (Red+Green+Blue) = 222+168+234=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8EA is #215715. Grayscale: #BFBFBF. Windows color (decimal): -2184982 or 15378654. OLE color: 15378654.

HSL color Cylindrical-coordinate representation of color #DEA8EA: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA8EA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222168234-
CMYK0.050.2800.08
HSL289.09º61.11%78.82%-
HSV(B)289.09º28.21%91.76%-
XYZ58.9849.4884.28-
YUV191.67151.89149.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 168 (66.02% from 255) = 26.92%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=35.58%
G=26.92%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221682340.050.2800.08289.0961.1178.82
HexDEA8EA51C081213d4f
Octal33625035253401044175117
Binary11011110101010001110101010111100010001001000011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8EA; }

 p { color: rgb(222,168,234); }

 H1.HeaderClassName
 {
   color: #DEA8EA;
 }
 .AnyTagClassName
 {
   color: #DEA8EA;
 }
</style>
background-color css

<style>
 a { background-color: #DEA8EA; }

 a { background-color: rgb(222,168,234); }

 div.DivClassName
 {
   background-color: #DEA8EA;
 }
 .BgClassName
 {
   background-color: #DEA8EA;
 }
</style>
border-color css

<style>
 span { border-color: #DEA8EA; }

 span { border-color: rgb(222,168,234); }

 td.TdClassName
 {
   border-color: #DEA8EA;
 }
 .TagClassName
 {
   border-color: #DEA8EA;
 }
</style>