#D1AAE9

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

Shades of Wisteria #D1AAE9

Tints of Wisteria #D1AAE9

Color information

#D1AAE9 (or 0xD1AAE9) is unknown color: approx Wisteria. HEX triplet: D1, AA and E9. RGB value is (209,170,233). Sum of RGB (Red+Green+Blue) = 209+170+233=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1AAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAE9 is #2E5516. Grayscale: #BCBCBC. Windows color (decimal): -3036439 or 15313617. OLE color: 15313617.

HSL color Cylindrical-coordinate representation of color #D1AAE9: hue angle of 277.14º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1AAE9 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB209170233-
CMYK0.100.2700.09
HSL277.14º58.88%79.02%-
HSV(B)277.14º27.04%91.37%-
XYZ55.3848.1983.47-
YUV188.84152.92142.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.15%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=34.15%
G=27.78%
B=38.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2091702330.100.2700.09277.1458.8879.02
HexD1AAE9A1B091153b4f
Octal321252351123301142573117
Binary110100011010101011101001101011011010011000101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAE9; }

 p { color: rgb(209,170,233); }

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

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

 a { background-color: rgb(209,170,233); }

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

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

 span { border-color: rgb(209,170,233); }

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