#DAA8EA

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

Shades of Wisteria #DAA8EA

Tints of Wisteria #DAA8EA

Color information

#DAA8EA (or 0xDAA8EA) is unknown color: approx Wisteria. HEX triplet: DA, A8 and EA. RGB value is (218,168,234). Sum of RGB (Red+Green+Blue) = 218+168+234=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA8EA is #255715. Grayscale: #BEBEBE. Windows color (decimal): -2447126 or 15378650. OLE color: 15378650.

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

Color convert

RGB218168234-
CMYK0.070.2800.08
HSL285.45º61.11%78.82%-
HSV(B)285.45º28.21%91.76%-
XYZ57.7748.8584.23-
YUV190.47152.56147.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 168 (66.02% from 255) = 27.10%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=35.16%
G=27.10%
B=37.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181682340.070.2800.08285.4561.1178.82
HexDAA8EA71C0811d3d4f
Octal33225035273401043575117
Binary11011010101010001110101011111100010001000111011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8EA; }

 p { color: rgb(218,168,234); }

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

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

 a { background-color: rgb(218,168,234); }

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

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

 span { border-color: rgb(218,168,234); }

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