#DE9CEB

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

Shades of Plum #DE9CEB

Tints of Plum #DE9CEB

Color information

#DE9CEB (or 0xDE9CEB) is unknown color: approx Plum. HEX triplet: DE, 9C and EB. RGB value is (222,156,235). Sum of RGB (Red+Green+Blue) = 222+156+235=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9CEB is #216314. Grayscale: #B8B8B8. Windows color (decimal): -2188053 or 15441118. OLE color: 15441118.

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

Color convert

RGB222156235-
CMYK0.060.3400.08
HSL290.13º66.39%76.67%-
HSV(B)290.13º33.62%92.16%-
XYZ57.0145.384.34-
YUV184.74156.37154.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=36.22%
G=25.45%
B=38.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221562350.060.3400.08290.1366.3976.67
HexDE9CEB62208122424d
Octal336234353642010442102115
Binary1101111010011100111010111101000100100010010001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CEB; }

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

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

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

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

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

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

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

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