#DBA4EC

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

Shades of Wisteria #DBA4EC

Tints of Wisteria #DBA4EC

Color information

#DBA4EC (or 0xDBA4EC) is unknown color: approx Wisteria. HEX triplet: DB, A4 and EC. RGB value is (219,164,236). Sum of RGB (Red+Green+Blue) = 219+164+236=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4EC is #245B13. Grayscale: #BCBCBC. Windows color (decimal): -2382612 or 15508699. OLE color: 15508699.

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

Color convert

RGB219164236-
CMYK0.070.3100.07
HSL285.83º65.45%78.43%-
HSV(B)285.83º30.51%92.55%-
XYZ57.6347.6785.52-
YUV188.65154.72149.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=35.38%
G=26.49%
B=38.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191642360.070.3100.07285.8365.4578.43
HexDBA4EC71F0711e414e
Octal33324435473707436101116
Binary11011011101001001110110011111111011110001111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4EC; }

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

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

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

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

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

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

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

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