#DBABE2

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

Shades of Plum #DBABE2

Tints of Plum #DBABE2

Color information

#DBABE2 (or 0xDBABE2) is unknown color: approx Plum. HEX triplet: DB, AB and E2. RGB value is (219,171,226). Sum of RGB (Red+Green+Blue) = 219+171+226=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABE2 is #24541D. Grayscale: #BFBFBF. Windows color (decimal): -2380830 or 14855131. OLE color: 14855131.

HSL color Cylindrical-coordinate representation of color #DBABE2: hue angle of 292.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBABE2 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219171226-
CMYK0.030.2400.11
HSL292.36º48.67%77.84%-
HSV(B)292.36º24.34%88.63%-
XYZ57.549.6878.51-
YUV191.62147.4147.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=35.55%
G=27.76%
B=36.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191712260.030.2400.11292.3648.6777.84
HexDBABE23180B124314e
Octal33325334233001344461116
Binary1101101110101011111000101111000010111001001001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABE2; }

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

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

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

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

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

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

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

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