#DE9CED

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

Shades of Plum #DE9CED

Tints of Plum #DE9CED

Color information

#DE9CED (or 0xDE9CED) is unknown color: approx Plum. HEX triplet: DE, 9C and ED. RGB value is (222,156,237). Sum of RGB (Red+Green+Blue) = 222+156+237=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9CED is #216312. Grayscale: #B8B8B8. Windows color (decimal): -2188051 or 15572190. OLE color: 15572190.

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

Color convert

RGB222156237-
CMYK0.060.3400.07
HSL288.89º69.23%77.06%-
HSV(B)288.89º34.18%92.94%-
XYZ57.345.4285.87-
YUV184.97157.37154.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 156 (61.33% from 255) = 25.37%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=36.10%
G=25.37%
B=38.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221562370.060.3400.07288.8969.2377.06
HexDE9CED62207121454d
Octal33623435564207441105115
Binary110111101001110011101101110100010011110010000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CED; }

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

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

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

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

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

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

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

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