#DBAAE6

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

Shades of Plum #DBAAE6

Tints of Plum #DBAAE6

Color information

#DBAAE6 (or 0xDBAAE6) is unknown color: approx Plum. HEX triplet: DB, AA and E6. RGB value is (219,170,230). Sum of RGB (Red+Green+Blue) = 219+170+230=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAE6 is #245519. Grayscale: #BFBFBF. Windows color (decimal): -2381082 or 15117019. OLE color: 15117019.

HSL color Cylindrical-coordinate representation of color #DBAAE6: hue angle of 289º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAAE6 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219170230-
CMYK0.050.2600.10
HSL289º54.55%78.43%-
HSV(B)289º26.09%90.2%-
XYZ57.8749.5281.37-
YUV191.49149.73147.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=35.38%
G=27.46%
B=37.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191702300.050.2600.1028954.5578.43
HexDBAAE651A0A121374e
Octal33325234653201244167116
Binary11011011101010101110011010111010010101001000011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAE6; }

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

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

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

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

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

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

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

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