#DBABE0

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

Shades of Plum #DBABE0

Tints of Plum #DBABE0

Color information

#DBABE0 (or 0xDBABE0) is unknown color: approx Plum. HEX triplet: DB, AB and E0. RGB value is (219,171,224). Sum of RGB (Red+Green+Blue) = 219+171+224=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABE0 is #24541F. Grayscale: #BFBFBF. Windows color (decimal): -2380832 or 14724059. OLE color: 14724059.

HSL color Cylindrical-coordinate representation of color #DBABE0: hue angle of 294.34º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBABE0 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219171224-
CMYK0.020.2400.12
HSL294.34º46.09%77.45%-
HSV(B)294.34º23.66%87.84%-
XYZ57.2349.5777.07-
YUV191.39146.4147.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 224 (87.89% from 255) = 36.48%
R=35.67%
G=27.85%
B=36.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191712240.020.2400.12294.3446.0977.45
HexDBABE02180C1262e4d
Octal33325334023001444656115
Binary1101101110101011111000001011000011001001001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABE0; }

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

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

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

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

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

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

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

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