#DAAEE7

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

Shades of Wisteria #DAAEE7

Tints of Wisteria #DAAEE7

Color information

#DAAEE7 (or 0xDAAEE7) is unknown color: approx Wisteria. HEX triplet: DA, AE and E7. RGB value is (218,174,231). Sum of RGB (Red+Green+Blue) = 218+174+231=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEE7 is #255118. Grayscale: #C1C1C1. Windows color (decimal): -2445593 or 15183578. OLE color: 15183578.

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

Color convert

RGB218174231-
CMYK0.060.2500.09
HSL286.32º54.29%79.41%-
HSV(B)286.32º24.68%90.59%-
XYZ58.4750.9582.35-
YUV193.65149.08145.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=34.99%
G=27.93%
B=37.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181742310.060.2500.09286.3254.2979.41
HexDAAEE76190911e364f
Octal33225634763101143666117
Binary11011010101011101110011111011001010011000111101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEE7; }

 p { color: rgb(218,174,231); }

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

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

 a { background-color: rgb(218,174,231); }

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

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

 span { border-color: rgb(218,174,231); }

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