#DAAAE9

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

Shades of Wisteria #DAAAE9

Tints of Wisteria #DAAAE9

Color information

#DAAAE9 (or 0xDAAAE9) is unknown color: approx Wisteria. HEX triplet: DA, AA and E9. RGB value is (218,170,233). Sum of RGB (Red+Green+Blue) = 218+170+233=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAAAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAE9 is #255516. Grayscale: #BFBFBF. Windows color (decimal): -2446615 or 15313626. OLE color: 15313626.

HSL color Cylindrical-coordinate representation of color #DAAAE9: hue angle of 285.71º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAAAE9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218170233-
CMYK0.060.2700.09
HSL285.71º58.88%79.02%-
HSV(B)285.71º27.04%91.37%-
XYZ5849.5483.6-
YUV191.53151.4146.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=35.10%
G=27.38%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181702330.060.2700.09285.7158.8879.02
HexDAAAE961B0911e3b4f
Octal33225235163301143673117
Binary11011010101010101110100111011011010011000111101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAE9; }

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

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

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

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

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

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

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

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