#DAA3EC

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

Shades of Wisteria #DAA3EC

Tints of Wisteria #DAA3EC

Color information

#DAA3EC (or 0xDAA3EC) is unknown color: approx Wisteria. HEX triplet: DA, A3 and EC. RGB value is (218,163,236). Sum of RGB (Red+Green+Blue) = 218+163+236=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3EC is #255C13. Grayscale: #BBBBBB. Windows color (decimal): -2448404 or 15508442. OLE color: 15508442.

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

Color convert

RGB218163236-
CMYK0.080.3100.07
HSL285.21º65.77%78.24%-
HSV(B)285.21º30.93%92.55%-
XYZ57.1547.1685.45-
YUV187.77155.22149.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 163 (64.06% from 255) = 26.42%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=35.33%
G=26.42%
B=38.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181632360.080.3100.07285.2165.7778.24
HexDAA3EC81F0711d424e
Octal332243354103707435102116
Binary110110101010001111101100100011111011110001110110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA3EC; }

 p { color: rgb(218,163,236); }

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

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

 a { background-color: rgb(218,163,236); }

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

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

 span { border-color: rgb(218,163,236); }

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