#D5AEE5

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

Shades of Wisteria #D5AEE5

Tints of Wisteria #D5AEE5

Color information

#D5AEE5 (or 0xD5AEE5) is unknown color: approx Wisteria. HEX triplet: D5, AE and E5. RGB value is (213,174,229). Sum of RGB (Red+Green+Blue) = 213+174+229=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5AEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEE5 is #2A511A. Grayscale: #BFBFBF. Windows color (decimal): -2773275 or 15052501. OLE color: 15052501.

HSL color Cylindrical-coordinate representation of color #D5AEE5: hue angle of 282.55º 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 #D5AEE5 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB213174229-
CMYK0.070.2400.10
HSL282.55º51.4%79.02%-
HSV(B)282.55º24.02%89.8%-
XYZ56.7250.0880.8-
YUV191.93148.92143.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.58%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 229 (89.84% from 255) = 37.18%
R=34.58%
G=28.25%
B=37.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2131742290.070.2400.10282.5551.479.02
HexD5AEE57180A11b334f
Octal32525634573001243363117
Binary11010101101011101110010111111000010101000110111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEE5; }

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

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

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

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

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

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

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

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