#DAA7EA

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

Shades of Wisteria #DAA7EA

Tints of Wisteria #DAA7EA

Color information

#DAA7EA (or 0xDAA7EA) is unknown color: approx Wisteria. HEX triplet: DA, A7 and EA. RGB value is (218,167,234). Sum of RGB (Red+Green+Blue) = 218+167+234=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA7EA is #255815. Grayscale: #BDBDBD. Windows color (decimal): -2447382 or 15378394. OLE color: 15378394.

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

Color convert

RGB218167234-
CMYK0.070.2900.08
HSL285.67º61.47%78.63%-
HSV(B)285.67º28.63%91.76%-
XYZ57.5848.4884.17-
YUV189.89152.9148.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 167 (65.62% from 255) = 26.98%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=35.22%
G=26.98%
B=37.80%

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
Decimal2181672340.070.2900.08285.6761.4778.63
HexDAA7EA71D0811e3d4f
Octal33224735273501043675117
Binary11011010101001111110101011111101010001000111101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7EA; }

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

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

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

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

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

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

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

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