#DAA3ED

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

Shades of Wisteria #DAA3ED

Tints of Wisteria #DAA3ED

Color information

#DAA3ED (or 0xDAA3ED) is unknown color: approx Wisteria. HEX triplet: DA, A3 and ED. RGB value is (218,163,237). Sum of RGB (Red+Green+Blue) = 218+163+237=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAA3ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3ED is #255C12. Grayscale: #BBBBBB. Windows color (decimal): -2448403 or 15573978. OLE color: 15573978.

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

Color convert

RGB218163237-
CMYK0.080.3100.07
HSL284.59º67.27%78.43%-
HSV(B)284.59º31.22%92.94%-
XYZ57.347.2186.21-
YUV187.88155.72149.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 163 (64.06% from 255) = 26.38%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=35.28%
G=26.38%
B=38.35%

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
Decimal2181632370.080.3100.07284.5967.2778.43
HexDAA3ED81F0711d434e
Octal332243355103707435103116
Binary110110101010001111101101100011111011110001110110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA3ED; }

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

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

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

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

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

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

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

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