#DBA1EE

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

Shades of Wisteria #DBA1EE

Tints of Wisteria #DBA1EE

Color information

#DBA1EE (or 0xDBA1EE) is unknown color: approx Wisteria. HEX triplet: DB, A1 and EE. RGB value is (219,161,238). Sum of RGB (Red+Green+Blue) = 219+161+238=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1EE is #245E11. Grayscale: #BABABA. Windows color (decimal): -2383378 or 15639003. OLE color: 15639003.

HSL color Cylindrical-coordinate representation of color #DBA1EE: hue angle of 285.19º degrees, saturation: 0.69, 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 #DBA1EE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219161238-
CMYK0.080.3200.07
HSL285.19º69.37%78.24%-
HSV(B)285.19º32.35%93.33%-
XYZ57.3946.7286.88-
YUV187.12156.72150.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=35.44%
G=26.05%
B=38.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191612380.080.3200.07285.1969.3778.24
HexDBA1EE8200711d454e
Octal333241356104007435105116
Binary1101101110100001111011101000100000011110001110110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1EE; }

 p { color: rgb(219,161,238); }

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

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

 a { background-color: rgb(219,161,238); }

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

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

 span { border-color: rgb(219,161,238); }

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