#DAACE9

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

Shades of Wisteria #DAACE9

Tints of Wisteria #DAACE9

Color information

#DAACE9 (or 0xDAACE9) is unknown color: approx Wisteria. HEX triplet: DA, AC and E9. RGB value is (218,172,233). Sum of RGB (Red+Green+Blue) = 218+172+233=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACE9 is #255316. Grayscale: #C0C0C0. Windows color (decimal): -2446103 or 15314138. OLE color: 15314138.

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

Color convert

RGB218172233-
CMYK0.060.2600.09
HSL285.25º58.1%79.41%-
HSV(B)285.25º26.18%91.37%-
XYZ58.3750.2983.72-
YUV192.71150.74146.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=34.99%
G=27.61%
B=37.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181722330.060.2600.09285.2558.179.41
HexDAACE961A0911d3a4f
Octal33225435163201143572117
Binary11011010101011001110100111011010010011000111011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACE9; }

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

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

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

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

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

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

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

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