#DBAAEA

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

Shades of Plum #DBAAEA

Tints of Plum #DBAAEA

Color information

#DBAAEA (or 0xDBAAEA) is unknown color: approx Plum. HEX triplet: DB, AA and EA. RGB value is (219,170,234). Sum of RGB (Red+Green+Blue) = 219+170+234=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAEA is #245515. Grayscale: #BFBFBF. Windows color (decimal): -2381078 or 15379163. OLE color: 15379163.

HSL color Cylindrical-coordinate representation of color #DBAAEA: hue angle of 285.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBAAEA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219170234-
CMYK0.060.2700.08
HSL285.94º60.38%79.22%-
HSV(B)285.94º27.35%91.76%-
XYZ58.4449.7584.36-
YUV191.95151.73147.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 170 (66.80% from 255) = 27.29%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=35.15%
G=27.29%
B=37.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191702340.060.2700.08285.9460.3879.22
HexDBAAEA61B0811e3c4f
Octal33325235263301043674117
Binary11011011101010101110101011011011010001000111101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAEA; }

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

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

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

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

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

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

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

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