#DBABE5

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

Shades of Plum #DBABE5

Tints of Plum #DBABE5

Color information

#DBABE5 (or 0xDBABE5) is unknown color: approx Plum. HEX triplet: DB, AB and E5. RGB value is (219,171,229). Sum of RGB (Red+Green+Blue) = 219+171+229=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABE5 is #24541A. Grayscale: #BFBFBF. Windows color (decimal): -2380827 or 15051739. OLE color: 15051739.

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

Color convert

RGB219171229-
CMYK0.040.2500.10
HSL289.66º52.73%78.43%-
HSV(B)289.66º25.33%89.8%-
XYZ57.9249.8480.7-
YUV191.96148.9147.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=35.38%
G=27.63%
B=37.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191712290.040.2500.10289.6652.7378.43
HexDBABE54190A122354e
Octal33325334543101244265116
Binary11011011101010111110010110011001010101001000101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABE5; }

 p { color: rgb(219,171,229); }

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

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

 a { background-color: rgb(219,171,229); }

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

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

 span { border-color: rgb(219,171,229); }

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