#DEB0E2

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

Shades of Plum #DEB0E2

Tints of Plum #DEB0E2

Color information

#DEB0E2 (or 0xDEB0E2) is unknown color: approx Plum. HEX triplet: DE, B0 and E2. RGB value is (222,176,226). Sum of RGB (Red+Green+Blue) = 222+176+226=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEB0E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0E2 is #214F1D. Grayscale: #C3C3C3. Windows color (decimal): -2182942 or 14856414. OLE color: 14856414.

HSL color Cylindrical-coordinate representation of color #DEB0E2: hue angle of 295.2º 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 #DEB0E2 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222176226-
CMYK0.020.2200.11
HSL295.2º46.3%78.82%-
HSV(B)295.2º22.12%88.63%-
XYZ59.3852.0778.87-
YUV195.45145.24146.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 176 (69.14% from 255) = 28.21%
BLUE value IS 226 (88.67% from 255) = 36.22%
R=35.58%
G=28.21%
B=36.22%

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
Decimal2221762260.020.2200.11295.246.378.82
HexDEB0E22160B1272e4f
Octal33626034222601344756117
Binary1101111010110000111000101010110010111001001111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0E2; }

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

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

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

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

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

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

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

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