#DAA0EB

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

Shades of Wisteria #DAA0EB

Tints of Wisteria #DAA0EB

Color information

#DAA0EB (or 0xDAA0EB) is unknown color: approx Wisteria. HEX triplet: DA, A0 and EB. RGB value is (218,160,235). Sum of RGB (Red+Green+Blue) = 218+160+235=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAA0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0EB is #255F14. Grayscale: #B9B9B9. Windows color (decimal): -2449173 or 15442138. OLE color: 15442138.

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

Color convert

RGB218160235-
CMYK0.070.3200.08
HSL286.4º65.22%77.45%-
HSV(B)286.4º31.91%92.16%-
XYZ56.4846.0584.51-
YUV185.89155.72150.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 160 (62.89% from 255) = 26.10%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=35.56%
G=26.10%
B=38.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181602350.070.3200.08286.465.2277.45
HexDAA0EB7200811e414d
Octal332240353740010436101115
Binary1101101010100000111010111111000000100010001111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0EB; }

 p { color: rgb(218,160,235); }

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

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

 a { background-color: rgb(218,160,235); }

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

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

 span { border-color: rgb(218,160,235); }

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