#DEA7EC

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

Shades of Plum #DEA7EC

Tints of Plum #DEA7EC

Color information

#DEA7EC (or 0xDEA7EC) is unknown color: approx Plum. HEX triplet: DE, A7 and EC. RGB value is (222,167,236). Sum of RGB (Red+Green+Blue) = 222+167+236=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA7EC is #215813. Grayscale: #BFBFBF. Windows color (decimal): -2185236 or 15509470. OLE color: 15509470.

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

Color convert

RGB222167236-
CMYK0.060.2900.07
HSL287.83º64.49%79.02%-
HSV(B)287.83º29.24%92.55%-
XYZ59.0849.2285.74-
YUV191.31153.22149.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 167 (65.62% from 255) = 26.72%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=35.52%
G=26.72%
B=37.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221672360.060.2900.07287.8364.4979.02
HexDEA7EC61D07120404f
Octal33624735463507440100117
Binary11011110101001111110110011011101011110010000010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7EC; }

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

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

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

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

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

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

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

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