#DAA5EA

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

Shades of Wisteria #DAA5EA

Tints of Wisteria #DAA5EA

Color information

#DAA5EA (or 0xDAA5EA) is unknown color: approx Wisteria. HEX triplet: DA, A5 and EA. RGB value is (218,165,234). Sum of RGB (Red+Green+Blue) = 218+165+234=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 165 (64.84% from 255 or 26.74% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA5EA is #255A15. Grayscale: #BCBCBC. Windows color (decimal): -2447894 or 15377882. OLE color: 15377882.

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

Color convert

RGB218165234-
CMYK0.070.2900.08
HSL286.09º62.16%78.24%-
HSV(B)286.09º29.49%91.76%-
XYZ57.2247.7684.04-
YUV188.71153.56148.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 165 (64.84% from 255) = 26.74%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=35.33%
G=26.74%
B=37.93%

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
Decimal2181652340.070.2900.08286.0962.1678.24
HexDAA5EA71D0811e3e4e
Octal33224535273501043676116
Binary11011010101001011110101011111101010001000111101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5EA; }

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

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

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

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

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

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

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

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