#D2AAE5

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

Shades of Wisteria #D2AAE5

Tints of Wisteria #D2AAE5

Color information

#D2AAE5 (or 0xD2AAE5) is unknown color: approx Wisteria. HEX triplet: D2, AA and E5. RGB value is (210,170,229). Sum of RGB (Red+Green+Blue) = 210+170+229=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2AAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AAE5 is #2D551A. Grayscale: #BCBCBC. Windows color (decimal): -2970907 or 15051474. OLE color: 15051474.

HSL color Cylindrical-coordinate representation of color #D2AAE5: hue angle of 280.68º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2AAE5 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210170229-
CMYK0.080.2600.10
HSL280.68º53.15%78.24%-
HSV(B)280.68º25.76%89.8%-
XYZ55.148.1180.51-
YUV188.69150.75143.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=34.48%
G=27.91%
B=37.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101702290.080.2600.10280.6853.1578.24
HexD2AAE581A0A119354e
Octal322252345103201243165116
Binary110100101010101011100101100011010010101000110011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAE5; }

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

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

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

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

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

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

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

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