#DEB0E8

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

Shades of Plum #DEB0E8

Tints of Plum #DEB0E8

Color information

#DEB0E8 (or 0xDEB0E8) is unknown color: approx Plum. HEX triplet: DE, B0 and E8. RGB value is (222,176,232). Sum of RGB (Red+Green+Blue) = 222+176+232=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEB0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0E8 is #214F17. Grayscale: #C3C3C3. Windows color (decimal): -2182936 or 15249630. OLE color: 15249630.

HSL color Cylindrical-coordinate representation of color #DEB0E8: hue angle of 289.29º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEB0E8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222176232-
CMYK0.040.2400.09
HSL289.29º54.9%80%-
HSV(B)289.29º24.14%90.98%-
XYZ60.2252.4183.29-
YUV196.14148.24146.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 176 (69.14% from 255) = 27.94%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=35.24%
G=27.94%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221762320.040.2400.09289.2954.980
HexDEB0E8418091213750
Octal33626035043001144167120
Binary11011110101100001110100010011000010011001000011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0E8; }

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

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

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

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

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

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

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

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