#DBA0EC

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

Shades of Plum #DBA0EC

Tints of Plum #DBA0EC

Color information

#DBA0EC (or 0xDBA0EC) is unknown color: approx Plum. HEX triplet: DB, A0 and EC. RGB value is (219,160,236). Sum of RGB (Red+Green+Blue) = 219+160+236=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0EC is #245F13. Grayscale: #BABABA. Windows color (decimal): -2383636 or 15507675. OLE color: 15507675.

HSL color Cylindrical-coordinate representation of color #DBA0EC: hue angle of 286.58º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA0EC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219160236-
CMYK0.070.3200.07
HSL286.58º66.67%77.65%-
HSV(B)286.58º32.2%92.55%-
XYZ56.9246.2685.29-
YUV186.3156.05151.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 160 (62.89% from 255) = 26.02%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=35.61%
G=26.02%
B=38.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191602360.070.3200.07286.5866.6777.65
HexDBA0EC7200711f434e
Octal33324035474007437103116
Binary110110111010000011101100111100000011110001111110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0EC; }

 p { color: rgb(219,160,236); }

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

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

 a { background-color: rgb(219,160,236); }

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

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

 span { border-color: rgb(219,160,236); }

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