#DAA6EA

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

Shades of Wisteria #DAA6EA

Tints of Wisteria #DAA6EA

Color information

#DAA6EA (or 0xDAA6EA) is unknown color: approx Wisteria. HEX triplet: DA, A6 and EA. RGB value is (218,166,234). Sum of RGB (Red+Green+Blue) = 218+166+234=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAA6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA6EA is #255915. Grayscale: #BDBDBD. Windows color (decimal): -2447638 or 15378138. OLE color: 15378138.

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

Color convert

RGB218166234-
CMYK0.070.2900.08
HSL285.88º61.82%78.43%-
HSV(B)285.88º29.06%91.76%-
XYZ57.448.1284.1-
YUV189.3153.23148.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 166 (65.23% from 255) = 26.86%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=35.28%
G=26.86%
B=37.86%

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
Decimal2181662340.070.2900.08285.8861.8278.43
HexDAA6EA71D0811e3e4e
Octal33224635273501043676116
Binary11011010101001101110101011111101010001000111101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA6EA; }

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

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

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

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

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

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

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

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