#DBABE6

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

Shades of Plum #DBABE6

Tints of Plum #DBABE6

Color information

#DBABE6 (or 0xDBABE6) is unknown color: approx Plum. HEX triplet: DB, AB and E6. RGB value is (219,171,230). Sum of RGB (Red+Green+Blue) = 219+171+230=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABE6 is #245419. Grayscale: #BFBFBF. Windows color (decimal): -2380826 or 15117275. OLE color: 15117275.

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

Color convert

RGB219171230-
CMYK0.050.2600.10
HSL288.81º54.13%78.63%-
HSV(B)288.81º25.65%90.2%-
XYZ58.0649.981.43-
YUV192.08149.4147.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 171 (67.19% from 255) = 27.58%
BLUE value IS 230 (90.23% from 255) = 37.10%
R=35.32%
G=27.58%
B=37.10%

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
Decimal2191712300.050.2600.10288.8154.1378.63
HexDBABE651A0A121364f
Octal33325334653201244166117
Binary11011011101010111110011010111010010101001000011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABE6; }

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

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

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

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

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

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

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

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