#D5AEEA

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

Shades of Wisteria #D5AEEA

Tints of Wisteria #D5AEEA

Color information

#D5AEEA (or 0xD5AEEA) is unknown color: approx Wisteria. HEX triplet: D5, AE and EA. RGB value is (213,174,234). Sum of RGB (Red+Green+Blue) = 213+174+234=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEEA is #2A5115. Grayscale: #C0C0C0. Windows color (decimal): -2773270 or 15380181. OLE color: 15380181.

HSL color Cylindrical-coordinate representation of color #D5AEEA: hue angle of 279º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5AEEA is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213174234-
CMYK0.090.2600.08
HSL279º58.82%80%-
HSV(B)279º25.64%91.76%-
XYZ57.4350.3684.54-
YUV192.5151.42142.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=34.30%
G=28.02%
B=37.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131742340.090.2600.0827958.8280
HexD5AEEA91A081173b50
Octal325256352113201042773120
Binary110101011010111011101010100111010010001000101111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEEA; }

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

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

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

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

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

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

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

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