#D9AEE5

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

Shades of Wisteria #D9AEE5

Tints of Wisteria #D9AEE5

Color information

#D9AEE5 (or 0xD9AEE5) is unknown color: approx Wisteria. HEX triplet: D9, AE and E5. RGB value is (217,174,229). Sum of RGB (Red+Green+Blue) = 217+174+229=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9AEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEE5 is #26511A. Grayscale: #C0C0C0. Windows color (decimal): -2511131 or 15052505. OLE color: 15052505.

HSL color Cylindrical-coordinate representation of color #D9AEE5: hue angle of 286.91º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9AEE5 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217174229-
CMYK0.050.2400.10
HSL286.91º51.4%79.02%-
HSV(B)286.91º24.02%89.8%-
XYZ57.8950.6880.86-
YUV193.13148.25145.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 229 (89.84% from 255) = 36.94%
R=35%
G=28.06%
B=36.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171742290.050.2400.10286.9151.479.02
HexD9AEE55180A11f334f
Octal33125634553001243763117
Binary11011001101011101110010110111000010101000111111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEE5; }

 p { color: rgb(217,174,229); }

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

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

 a { background-color: rgb(217,174,229); }

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

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

 span { border-color: rgb(217,174,229); }

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