#D3AAE0

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

Shades of Wisteria #D3AAE0

Tints of Wisteria #D3AAE0

Color information

#D3AAE0 (or 0xD3AAE0) is unknown color: approx Wisteria. HEX triplet: D3, AA and E0. RGB value is (211,170,224). Sum of RGB (Red+Green+Blue) = 211+170+224=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AAE0 is #2C551F. Grayscale: #BCBCBC. Windows color (decimal): -2905376 or 14723795. OLE color: 14723795.

HSL color Cylindrical-coordinate representation of color #D3AAE0: hue angle of 285.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3AAE0 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211170224-
CMYK0.060.2400.12
HSL285.56º46.55%77.25%-
HSV(B)285.56º24.11%87.84%-
XYZ54.6947.9876.9-
YUV188.42148.08144.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.88%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=34.88%
G=28.10%
B=37.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111702240.060.2400.12285.5646.5577.25
HexD3AAE06180C11e2f4d
Octal32325234063001443657115
Binary11010011101010101110000011011000011001000111101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AAE0; }

 p { color: rgb(211,170,224); }

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

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

 a { background-color: rgb(211,170,224); }

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

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

 span { border-color: rgb(211,170,224); }

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