#DBACDD

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

Shades of Plum #DBACDD

Tints of Plum #DBACDD

Color information

#DBACDD (or 0xDBACDD) is unknown color: approx Plum. HEX triplet: DB, AC and DD. RGB value is (219,172,221). Sum of RGB (Red+Green+Blue) = 219+172+221=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACDD is #245322. Grayscale: #BFBFBF. Windows color (decimal): -2380579 or 14527707. OLE color: 14527707.

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

Color convert

RGB219172221-
CMYK0.010.2200.13
HSL297.55º41.88%77.06%-
HSV(B)297.55º22.17%86.67%-
XYZ57.0249.7975.01-
YUV191.64144.57147.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 172 (67.58% from 255) = 28.10%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=35.78%
G=28.10%
B=36.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191722210.010.2200.13297.5541.8877.06
HexDBACDD1160D12a2a4d
Octal33325433512601545252115
Binary110110111010110011011101110110011011001010101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACDD; }

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

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

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

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

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

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

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

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