#DBAADE

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

Shades of Plum #DBAADE

Tints of Plum #DBAADE

Color information

#DBAADE (or 0xDBAADE) is unknown color: approx Plum. HEX triplet: DB, AA and DE. RGB value is (219,170,222). Sum of RGB (Red+Green+Blue) = 219+170+222=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBAADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAADE is #245521. Grayscale: #BEBEBE. Windows color (decimal): -2381090 or 14592731. OLE color: 14592731.

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

Color convert

RGB219170222-
CMYK0.010.2300.13
HSL296.54º44.07%76.86%-
HSV(B)296.54º23.42%87.06%-
XYZ56.7749.0875.59-
YUV190.58145.73148.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=35.84%
G=27.82%
B=36.33%

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
Decimal2191702220.010.2300.13296.5444.0776.86
HexDBAADE1170D1292c4d
Octal33325233612701545154115
Binary110110111010101011011110110111011011001010011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAADE; }

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

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

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

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

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

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

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

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