#DBAADD

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

Shades of Plum #DBAADD

Tints of Plum #DBAADD

Color information

#DBAADD (or 0xDBAADD) is unknown color: approx Plum. HEX triplet: DB, AA and DD. RGB value is (219,170,221). Sum of RGB (Red+Green+Blue) = 219+170+221=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAADD is #245522. Grayscale: #BEBEBE. Windows color (decimal): -2381091 or 14527195. OLE color: 14527195.

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

Color convert

RGB219170221-
CMYK0.010.2300.13
HSL297.65º42.86%76.67%-
HSV(B)297.65º23.08%86.67%-
XYZ56.6449.0374.89-
YUV190.46145.23148.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=35.90%
G=27.87%
B=36.23%

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
Decimal2191702210.010.2300.13297.6542.8676.67
HexDBAADD1170D12a2b4d
Octal33325233512701545253115
Binary110110111010101011011101110111011011001010101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAADD; }

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

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

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

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

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

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

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

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