#DAAEE8

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

Shades of Wisteria #DAAEE8

Tints of Wisteria #DAAEE8

Color information

#DAAEE8 (or 0xDAAEE8) is unknown color: approx Wisteria. HEX triplet: DA, AE and E8. RGB value is (218,174,232). Sum of RGB (Red+Green+Blue) = 218+174+232=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEE8 is #255117. Grayscale: #C1C1C1. Windows color (decimal): -2445592 or 15249114. OLE color: 15249114.

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

Color convert

RGB218174232-
CMYK0.060.2500.09
HSL285.52º55.77%79.61%-
HSV(B)285.52º25%90.98%-
XYZ58.615183.1-
YUV193.77149.58145.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=34.94%
G=27.88%
B=37.18%

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
Decimal2181742320.060.2500.09285.5255.7779.61
HexDAAEE86190911e3850
Octal33225635063101143670120
Binary11011010101011101110100011011001010011000111101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEE8; }

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

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

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

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

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

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

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

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