#D1AADE

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

Shades of Wisteria #D1AADE

Tints of Wisteria #D1AADE

Color information

#D1AADE (or 0xD1AADE) is unknown color: approx Wisteria. HEX triplet: D1, AA and DE. RGB value is (209,170,222). Sum of RGB (Red+Green+Blue) = 209+170+222=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AADE is #2E5521. Grayscale: #BBBBBB. Windows color (decimal): -3036450 or 14592721. OLE color: 14592721.

HSL color Cylindrical-coordinate representation of color #D1AADE: hue angle of 285º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1AADE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209170222-
CMYK0.060.2300.13
HSL285º44.07%76.86%-
HSV(B)285º23.42%87.06%-
XYZ53.8547.5875.45-
YUV187.59147.42143.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=34.78%
G=28.29%
B=36.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091702220.060.2300.1328544.0776.86
HexD1AADE6170D11d2c4d
Octal32125233662701543554115
Binary11010001101010101101111011010111011011000111011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AADE; }

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

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

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

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

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

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

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

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