#DEB1E2

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

Shades of Plum #DEB1E2

Tints of Plum #DEB1E2

Color information

#DEB1E2 (or 0xDEB1E2) is unknown color: approx Plum. HEX triplet: DE, B1 and E2. RGB value is (222,177,226). Sum of RGB (Red+Green+Blue) = 222+177+226=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEB1E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1E2 is #214E1D. Grayscale: #C3C3C3. Windows color (decimal): -2182686 or 14856670. OLE color: 14856670.

HSL color Cylindrical-coordinate representation of color #DEB1E2: hue angle of 295.1º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEB1E2 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222177226-
CMYK0.020.2200.11
HSL295.1º45.79%79.02%-
HSV(B)295.1º21.68%88.63%-
XYZ59.5752.4678.94-
YUV196.04144.91146.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 177 (69.53% from 255) = 28.32%
BLUE value IS 226 (88.67% from 255) = 36.16%
R=35.52%
G=28.32%
B=36.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221772260.020.2200.11295.145.7979.02
HexDEB1E22160B1272e4f
Octal33626134222601344756117
Binary1101111010110001111000101010110010111001001111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1E2; }

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

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

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

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

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

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

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

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