#D5ADEA

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

Shades of Wisteria #D5ADEA

Tints of Wisteria #D5ADEA

Color information

#D5ADEA (or 0xD5ADEA) is unknown color: approx Wisteria. HEX triplet: D5, AD and EA. RGB value is (213,173,234). Sum of RGB (Red+Green+Blue) = 213+173+234=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADEA is #2A5215. Grayscale: #BFBFBF. Windows color (decimal): -2773526 or 15379925. OLE color: 15379925.

HSL color Cylindrical-coordinate representation of color #D5ADEA: hue angle of 279.34º 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 #D5ADEA is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213173234-
CMYK0.090.2600.08
HSL279.34º59.22%79.8%-
HSV(B)279.34º26.07%91.76%-
XYZ57.2449.9784.47-
YUV191.91151.75143.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.35%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=34.35%
G=27.90%
B=37.74%

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
Decimal2131732340.090.2600.08279.3459.2279.8
HexD5ADEA91A081173b50
Octal325255352113201042773120
Binary110101011010110111101010100111010010001000101111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADEA; }

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

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

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

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

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

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

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

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