#DAA1EC

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

Shades of Wisteria #DAA1EC

Tints of Wisteria #DAA1EC

Color information

#DAA1EC (or 0xDAA1EC) is unknown color: approx Wisteria. HEX triplet: DA, A1 and EC. RGB value is (218,161,236). Sum of RGB (Red+Green+Blue) = 218+161+236=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 161 (63.28% from 255 or 26.18% 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 #DAA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1EC is #255E13. Grayscale: #BABABA. Windows color (decimal): -2448916 or 15507930. OLE color: 15507930.

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

Color convert

RGB218161236-
CMYK0.080.3200.07
HSL285.6º66.37%77.84%-
HSV(B)285.6º31.78%92.55%-
XYZ56.846.4585.33-
YUV186.59155.88150.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 161 (63.28% from 255) = 26.18%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=35.45%
G=26.18%
B=38.37%

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
Decimal2181612360.080.3200.07285.666.3777.84
HexDAA1EC8200711e424e
Octal332241354104007436102116
Binary1101101010100001111011001000100000011110001111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1EC; }

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

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

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

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

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

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

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

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