#DAA5EB

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

Shades of Wisteria #DAA5EB

Tints of Wisteria #DAA5EB

Color information

#DAA5EB (or 0xDAA5EB) is unknown color: approx Wisteria. HEX triplet: DA, A5 and EB. RGB value is (218,165,235). Sum of RGB (Red+Green+Blue) = 218+165+235=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAA5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA5EB is #255A14. Grayscale: #BCBCBC. Windows color (decimal): -2447893 or 15443418. OLE color: 15443418.

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

Color convert

RGB218165235-
CMYK0.070.3000.08
HSL285.43º63.64%78.43%-
HSV(B)285.43º29.79%92.16%-
XYZ57.3647.8184.8-
YUV188.83154.06148.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 165 (64.84% from 255) = 26.70%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=35.28%
G=26.70%
B=38.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181652350.070.3000.08285.4363.6478.43
HexDAA5EB71E0811d404e
Octal332245353736010435100116
Binary110110101010010111101011111111100100010001110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5EB; }

 p { color: rgb(218,165,235); }

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

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

 a { background-color: rgb(218,165,235); }

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

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

 span { border-color: rgb(218,165,235); }

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