#DEA9EB

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

Shades of Plum #DEA9EB

Tints of Plum #DEA9EB

Color information

#DEA9EB (or 0xDEA9EB) is unknown color: approx Plum. HEX triplet: DE, A9 and EB. RGB value is (222,169,235). Sum of RGB (Red+Green+Blue) = 222+169+235=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEA9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA9EB is #215614. Grayscale: #C0C0C0. Windows color (decimal): -2184725 or 15444446. OLE color: 15444446.

HSL color Cylindrical-coordinate representation of color #DEA9EB: hue angle of 288.18º degrees, saturation: 0.62, 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 #DEA9EB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222169235-
CMYK0.060.2800.08
HSL288.18º62.26%79.22%-
HSV(B)288.18º28.09%92.16%-
XYZ59.3149.985.1-
YUV192.37152.06149.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 169 (66.41% from 255) = 27.00%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=35.46%
G=27.00%
B=37.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221692350.060.2800.08288.1862.2679.22
HexDEA9EB61C081203e4f
Octal33625135363401044076117
Binary11011110101010011110101111011100010001001000001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9EB; }

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

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

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

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

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

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

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

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