#DAABE9

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

Shades of Wisteria #DAABE9

Tints of Wisteria #DAABE9

Color information

#DAABE9 (or 0xDAABE9) is unknown color: approx Wisteria. HEX triplet: DA, AB and E9. RGB value is (218,171,233). Sum of RGB (Red+Green+Blue) = 218+171+233=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABE9 is #255416. Grayscale: #BFBFBF. Windows color (decimal): -2446359 or 15313882. OLE color: 15313882.

HSL color Cylindrical-coordinate representation of color #DAABE9: hue angle of 285.48º degrees, saturation: 0.58, 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 #DAABE9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218171233-
CMYK0.060.2700.09
HSL285.48º58.49%79.22%-
HSV(B)285.48º26.61%91.37%-
XYZ58.1849.9183.66-
YUV192.12151.07146.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 171 (67.19% from 255) = 27.49%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=35.05%
G=27.49%
B=37.46%

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
Decimal2181712330.060.2700.09285.4858.4979.22
HexDAABE961B0911d3a4f
Octal33225335163301143572117
Binary11011010101010111110100111011011010011000111011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABE9; }

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

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

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

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

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

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

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

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