#DEA8EB

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

Shades of Plum #DEA8EB

Tints of Plum #DEA8EB

Color information

#DEA8EB (or 0xDEA8EB) is unknown color: approx Plum. HEX triplet: DE, A8 and EB. RGB value is (222,168,235). Sum of RGB (Red+Green+Blue) = 222+168+235=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8EB is #215714. Grayscale: #BFBFBF. Windows color (decimal): -2184981 or 15444190. OLE color: 15444190.

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

Color convert

RGB222168235-
CMYK0.060.2900.08
HSL288.36º62.62%79.02%-
HSV(B)288.36º28.51%92.16%-
XYZ59.1249.5385.04-
YUV191.78152.39149.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 168 (66.02% from 255) = 26.88%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=35.52%
G=26.88%
B=37.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221682350.060.2900.08288.3662.6279.02
HexDEA8EB61D081203f4f
Octal33625035363501044077117
Binary11011110101010001110101111011101010001001000001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8EB; }

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

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

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

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

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

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

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

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