#D4AADE

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

Shades of Wisteria #D4AADE

Tints of Wisteria #D4AADE

Color information

#D4AADE (or 0xD4AADE) is unknown color: approx Wisteria. HEX triplet: D4, AA and DE. RGB value is (212,170,222). Sum of RGB (Red+Green+Blue) = 212+170+222=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AADE is #2B5521. Grayscale: #BCBCBC. Windows color (decimal): -2839842 or 14592724. OLE color: 14592724.

HSL color Cylindrical-coordinate representation of color #D4AADE: hue angle of 288.46º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4AADE is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212170222-
CMYK0.050.2300.13
HSL288.46º44.07%76.86%-
HSV(B)288.46º23.42%87.06%-
XYZ54.7148.0275.49-
YUV188.49146.91144.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=35.10%
G=28.15%
B=36.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121702220.050.2300.13288.4644.0776.86
HexD4AADE5170D1202c4d
Octal32425233652701544054115
Binary11010100101010101101111010110111011011001000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AADE; }

 p { color: rgb(212,170,222); }

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

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

 a { background-color: rgb(212,170,222); }

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

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

 span { border-color: rgb(212,170,222); }

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