#D5AAE5

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

Shades of Wisteria #D5AAE5

Tints of Wisteria #D5AAE5

Color information

#D5AAE5 (or 0xD5AAE5) is unknown color: approx Wisteria. HEX triplet: D5, AA and E5. RGB value is (213,170,229). Sum of RGB (Red+Green+Blue) = 213+170+229=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5AAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAE5 is #2A551A. Grayscale: #BDBDBD. Windows color (decimal): -2774299 or 15051477. OLE color: 15051477.

HSL color Cylindrical-coordinate representation of color #D5AAE5: hue angle of 283.73º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5AAE5 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB213170229-
CMYK0.070.2600.10
HSL283.73º53.15%78.24%-
HSV(B)283.73º25.76%89.8%-
XYZ55.9648.5580.55-
YUV189.58150.25144.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.80%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 229 (89.84% from 255) = 37.42%
R=34.80%
G=27.78%
B=37.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2131702290.070.2600.10283.7353.1578.24
HexD5AAE571A0A11c354e
Octal32525234573201243465116
Binary11010101101010101110010111111010010101000111001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AAE5; }

 p { color: rgb(213,170,229); }

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

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

 a { background-color: rgb(213,170,229); }

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

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

 span { border-color: rgb(213,170,229); }

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