#DBA7EB

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

Shades of Wisteria #DBA7EB

Tints of Wisteria #DBA7EB

Color information

#DBA7EB (or 0xDBA7EB) is unknown color: approx Wisteria. HEX triplet: DB, A7 and EB. RGB value is (219,167,235). Sum of RGB (Red+Green+Blue) = 219+167+235=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBA7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7EB is #245814. Grayscale: #BEBEBE. Windows color (decimal): -2381845 or 15443931. OLE color: 15443931.

HSL color Cylindrical-coordinate representation of color #DBA7EB: hue angle of 285.88º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA7EB is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219167235-
CMYK0.070.2900.08
HSL285.88º62.96%78.82%-
HSV(B)285.88º28.94%92.16%-
XYZ58.0348.784.94-
YUV190.3153.23148.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 167 (65.62% from 255) = 26.89%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=35.27%
G=26.89%
B=37.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191672350.070.2900.08285.8862.9678.82
HexDBA7EB71D0811e3f4f
Octal33324735373501043677117
Binary11011011101001111110101111111101010001000111101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7EB; }

 p { color: rgb(219,167,235); }

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

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

 a { background-color: rgb(219,167,235); }

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

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

 span { border-color: rgb(219,167,235); }

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