#D2AAED

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

Shades of Wisteria #D2AAED

Tints of Wisteria #D2AAED

Color information

#D2AAED (or 0xD2AAED) is unknown color: approx Wisteria. HEX triplet: D2, AA and ED. RGB value is (210,170,237). Sum of RGB (Red+Green+Blue) = 210+170+237=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAED is #2D5512. Grayscale: #BDBDBD. Windows color (decimal): -2970899 or 15575762. OLE color: 15575762.

HSL color Cylindrical-coordinate representation of color #D2AAED: hue angle of 275.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2AAED is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210170237-
CMYK0.110.2800.07
HSL275.82º65.05%79.8%-
HSV(B)275.82º28.27%92.94%-
XYZ56.2448.5786.53-
YUV189.6154.75142.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=34.04%
G=27.55%
B=38.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101702370.110.2800.07275.8265.0579.8
HexD2AAEDB1C071144150
Octal322252355133407424101120
Binary110100101010101011101101101111100011110001010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAED; }

 p { color: rgb(210,170,237); }

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

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

 a { background-color: rgb(210,170,237); }

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

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

 span { border-color: rgb(210,170,237); }

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