#DEA2ED

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

Shades of Plum #DEA2ED

Tints of Plum #DEA2ED

Color information

#DEA2ED (or 0xDEA2ED) is unknown color: approx Plum. HEX triplet: DE, A2 and ED. RGB value is (222,162,237). Sum of RGB (Red+Green+Blue) = 222+162+237=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA2ED is #215D12. Grayscale: #BCBCBC. Windows color (decimal): -2186515 or 15573726. OLE color: 15573726.

HSL color Cylindrical-coordinate representation of color #DEA2ED: hue angle of 288º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEA2ED is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222162237-
CMYK0.060.3200.07
HSL288º67.57%78.24%-
HSV(B)288º31.65%92.94%-
XYZ58.3347.4886.21-
YUV188.49155.38151.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 162 (63.67% from 255) = 26.09%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=35.75%
G=26.09%
B=38.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221622370.060.3200.0728867.5778.24
HexDEA2ED62007120444e
Octal33624235564007440104116
Binary110111101010001011101101110100000011110010000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA2ED; }

 p { color: rgb(222,162,237); }

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

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

 a { background-color: rgb(222,162,237); }

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

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

 span { border-color: rgb(222,162,237); }

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