#DE9EEC

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

Shades of Plum #DE9EEC

Tints of Plum #DE9EEC

Color information

#DE9EEC (or 0xDE9EEC) is unknown color: approx Plum. HEX triplet: DE, 9E and EC. RGB value is (222,158,236). Sum of RGB (Red+Green+Blue) = 222+158+236=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EEC is #216113. Grayscale: #B9B9B9. Windows color (decimal): -2187540 or 15507166. OLE color: 15507166.

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

Color convert

RGB222158236-
CMYK0.060.3300.07
HSL289.23º67.24%77.25%-
HSV(B)289.23º33.05%92.55%-
XYZ57.4946.0485.21-
YUV186.03156.2153.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 158 (62.11% from 255) = 25.65%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=36.04%
G=25.65%
B=38.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221582360.060.3300.07289.2367.2477.25
HexDE9EEC62107121434d
Octal33623635464107441103115
Binary110111101001111011101100110100001011110010000110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EEC; }

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

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

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

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

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

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

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

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