#DBACDF

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

Shades of Plum #DBACDF

Tints of Plum #DBACDF

Color information

#DBACDF (or 0xDBACDF) is unknown color: approx Plum. HEX triplet: DB, AC and DF. RGB value is (219,172,223). Sum of RGB (Red+Green+Blue) = 219+172+223=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACDF is #245320. Grayscale: #BFBFBF. Windows color (decimal): -2380577 or 14658779. OLE color: 14658779.

HSL color Cylindrical-coordinate representation of color #DBACDF: hue angle of 295.29º degrees, saturation: 0.44, 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 #DBACDF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219172223-
CMYK0.020.2300.13
HSL295.29º44.35%77.45%-
HSV(B)295.29º22.87%87.45%-
XYZ57.2949.8976.42-
YUV191.87145.57147.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=35.67%
G=28.01%
B=36.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191722230.020.2300.13295.2944.3577.45
HexDBACDF2170D1272c4d
Octal33325433722701544754115
Binary1101101110101100110111111010111011011001001111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACDF; }

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

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

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

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

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

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

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

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