#DAA4ED

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

Shades of Wisteria #DAA4ED

Tints of Wisteria #DAA4ED

Color information

#DAA4ED (or 0xDAA4ED) is unknown color: approx Wisteria. HEX triplet: DA, A4 and ED. RGB value is (218,164,237). Sum of RGB (Red+Green+Blue) = 218+164+237=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA4ED is #255B12. Grayscale: #BCBCBC. Windows color (decimal): -2448147 or 15574234. OLE color: 15574234.

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

Color convert

RGB218164237-
CMYK0.080.3100.07
HSL284.38º66.97%78.63%-
HSV(B)284.38º30.8%92.94%-
XYZ57.4747.5786.27-
YUV188.47155.39149.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=35.22%
G=26.49%
B=38.29%

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
Decimal2181642370.080.3100.07284.3866.9778.63
HexDAA4ED81F0711c434f
Octal332244355103707434103117
Binary110110101010010011101101100011111011110001110010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4ED; }

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

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

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

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

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

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

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

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