#D2AAE1

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

Shades of Wisteria #D2AAE1

Tints of Wisteria #D2AAE1

Color information

#D2AAE1 (or 0xD2AAE1) is unknown color: approx Wisteria. HEX triplet: D2, AA and E1. RGB value is (210,170,225). Sum of RGB (Red+Green+Blue) = 210+170+225=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AAE1 is #2D551E. Grayscale: #BCBCBC. Windows color (decimal): -2970911 or 14789330. OLE color: 14789330.

HSL color Cylindrical-coordinate representation of color #D2AAE1: hue angle of 283.64º degrees, saturation: 0.48, 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 #D2AAE1 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB210170225-
CMYK0.070.2400.12
HSL283.64º47.83%77.45%-
HSV(B)283.64º24.44%88.24%-
XYZ54.5447.8977.6-
YUV188.23148.75143.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=34.71%
G=28.10%
B=37.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2101702250.070.2400.12283.6447.8377.45
HexD2AAE17180C11c304d
Octal32225234173001443460115
Binary11010010101010101110000111111000011001000111001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAE1; }

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

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

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

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

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

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

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

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