#DEA1EB

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

Shades of Plum #DEA1EB

Tints of Plum #DEA1EB

Color information

#DEA1EB (or 0xDEA1EB) is unknown color: approx Plum. HEX triplet: DE, A1 and EB. RGB value is (222,161,235). Sum of RGB (Red+Green+Blue) = 222+161+235=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA1EB is #215E14. Grayscale: #BBBBBB. Windows color (decimal): -2186773 or 15442398. OLE color: 15442398.

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

Color convert

RGB222161235-
CMYK0.060.3100.08
HSL289.46º64.91%77.65%-
HSV(B)289.46º31.49%92.16%-
XYZ57.8647.0284.62-
YUV187.68154.71152.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=35.92%
G=26.05%
B=38.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221612350.060.3100.08289.4664.9177.65
HexDEA1EB61F08121414e
Octal336241353637010441101116
Binary110111101010000111101011110111110100010010000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA1EB; }

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

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

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

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

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

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

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

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