#DEB1E1

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

Shades of Plum #DEB1E1

Tints of Plum #DEB1E1

Color information

#DEB1E1 (or 0xDEB1E1) is unknown color: approx Plum. HEX triplet: DE, B1 and E1. RGB value is (222,177,225). Sum of RGB (Red+Green+Blue) = 222+177+225=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1E1 is #214E1E. Grayscale: #C3C3C3. Windows color (decimal): -2182687 or 14791134. OLE color: 14791134.

HSL color Cylindrical-coordinate representation of color #DEB1E1: hue angle of 296.25º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB1E1 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222177225-
CMYK0.010.2100.12
HSL296.25º44.44%78.82%-
HSV(B)296.25º21.33%88.24%-
XYZ59.4452.4178.22-
YUV195.93144.41146.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 177 (69.53% from 255) = 28.37%
BLUE value IS 225 (88.28% from 255) = 36.06%
R=35.58%
G=28.37%
B=36.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221772250.010.2100.12296.2544.4478.82
HexDEB1E11150C1282c4f
Octal33626134112501445054117
Binary110111101011000111100001110101011001001010001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1E1; }

 p { color: rgb(222,177,225); }

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

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

 a { background-color: rgb(222,177,225); }

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

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

 span { border-color: rgb(222,177,225); }

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