#DAAAEA

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

Shades of Wisteria #DAAAEA

Tints of Wisteria #DAAAEA

Color information

#DAAAEA (or 0xDAAAEA) is unknown color: approx Wisteria. HEX triplet: DA, AA and EA. RGB value is (218,170,234). Sum of RGB (Red+Green+Blue) = 218+170+234=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAEA is #255515. Grayscale: #BFBFBF. Windows color (decimal): -2446614 or 15379162. OLE color: 15379162.

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

Color convert

RGB218170234-
CMYK0.070.2700.08
HSL285º60.38%79.22%-
HSV(B)285º27.35%91.76%-
XYZ58.1449.684.35-
YUV191.65151.9146.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=35.05%
G=27.33%
B=37.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181702340.070.2700.0828560.3879.22
HexDAAAEA71B0811d3c4f
Octal33225235273301043574117
Binary11011010101010101110101011111011010001000111011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAEA; }

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

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

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

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

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

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

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

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