#DBACDE

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

Shades of Plum #DBACDE

Tints of Plum #DBACDE

Color information

#DBACDE (or 0xDBACDE) is unknown color: approx Plum. HEX triplet: DB, AC and DE. RGB value is (219,172,222). Sum of RGB (Red+Green+Blue) = 219+172+222=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACDE is #245321. Grayscale: #BFBFBF. Windows color (decimal): -2380578 or 14593243. OLE color: 14593243.

HSL color Cylindrical-coordinate representation of color #DBACDE: hue angle of 296.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBACDE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219172222-
CMYK0.010.2300.13
HSL296.4º43.1%77.25%-
HSV(B)296.4º22.52%87.06%-
XYZ57.1549.8475.71-
YUV191.75145.07147.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=35.73%
G=28.06%
B=36.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191722220.010.2300.13296.443.177.25
HexDBACDE1170D1282b4d
Octal33325433612701545053115
Binary110110111010110011011110110111011011001010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACDE; }

 p { color: rgb(219,172,222); }

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

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

 a { background-color: rgb(219,172,222); }

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

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

 span { border-color: rgb(219,172,222); }

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