#DEA6EC

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

Shades of Plum #DEA6EC

Tints of Plum #DEA6EC

Color information

#DEA6EC (or 0xDEA6EC) is unknown color: approx Plum. HEX triplet: DE, A6 and EC. RGB value is (222,166,236). Sum of RGB (Red+Green+Blue) = 222+166+236=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA6EC is #215913. Grayscale: #BEBEBE. Windows color (decimal): -2185492 or 15509214. OLE color: 15509214.

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

Color convert

RGB222166236-
CMYK0.060.3000.07
HSL288º64.81%78.82%-
HSV(B)288º29.66%92.55%-
XYZ58.948.8685.68-
YUV190.72153.55150.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 166 (65.23% from 255) = 26.60%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=35.58%
G=26.60%
B=37.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221662360.060.3000.0728864.8178.82
HexDEA6EC61E07120414f
Octal33624635463607440101117
Binary11011110101001101110110011011110011110010000010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6EC; }

 p { color: rgb(222,166,236); }

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

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

 a { background-color: rgb(222,166,236); }

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

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

 span { border-color: rgb(222,166,236); }

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