#D5ADE9

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

Shades of Wisteria #D5ADE9

Tints of Wisteria #D5ADE9

Color information

#D5ADE9 (or 0xD5ADE9) is unknown color: approx Wisteria. HEX triplet: D5, AD and E9. RGB value is (213,173,233). Sum of RGB (Red+Green+Blue) = 213+173+233=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5ADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADE9 is #2A5216. Grayscale: #BFBFBF. Windows color (decimal): -2773527 or 15314389. OLE color: 15314389.

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

Color convert

RGB213173233-
CMYK0.090.2600.09
HSL280º57.69%79.61%-
HSV(B)280º25.75%91.37%-
XYZ57.0949.9283.72-
YUV191.8151.25143.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=34.41%
G=27.95%
B=37.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131732330.090.2600.0928057.6979.61
HexD5ADE991A091183a50
Octal325255351113201143072120
Binary110101011010110111101001100111010010011000110001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADE9; }

 p { color: rgb(213,173,233); }

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

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

 a { background-color: rgb(213,173,233); }

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

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

 span { border-color: rgb(213,173,233); }

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