#DEA3E2

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

Shades of Plum #DEA3E2

Tints of Plum #DEA3E2

Color information

#DEA3E2 (or 0xDEA3E2) is unknown color: approx Plum. HEX triplet: DE, A3 and E2. RGB value is (222,163,226). Sum of RGB (Red+Green+Blue) = 222+163+226=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEA3E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3E2 is #215C1D. Grayscale: #BBBBBB. Windows color (decimal): -2186270 or 14853086. OLE color: 14853086.

HSL color Cylindrical-coordinate representation of color #DEA3E2: hue angle of 296.19º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA3E2 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222163226-
CMYK0.020.2800.11
HSL296.19º52.07%76.27%-
HSV(B)296.19º27.88%88.63%-
XYZ56.9547.2178.06-
YUV187.82149.55152.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 163 (64.06% from 255) = 26.68%
BLUE value IS 226 (88.67% from 255) = 36.99%
R=36.33%
G=26.68%
B=36.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221632260.020.2800.11296.1952.0776.27
HexDEA3E221C0B128344c
Octal33624334223401345064114
Binary1101111010100011111000101011100010111001010001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA3E2; }

 p { color: rgb(222,163,226); }

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

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

 a { background-color: rgb(222,163,226); }

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

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

 span { border-color: rgb(222,163,226); }

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