#D7A9E3

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

Shades of Wisteria #D7A9E3

Tints of Wisteria #D7A9E3

Color information

#D7A9E3 (or 0xD7A9E3) is unknown color: approx Wisteria. HEX triplet: D7, A9 and E3. RGB value is (215,169,227). Sum of RGB (Red+Green+Blue) = 215+169+227=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 227 - color contains mainly: blue. Hex color #D7A9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A9E3 is #28561C. Grayscale: #BDBDBD. Windows color (decimal): -2643485 or 14920151. OLE color: 14920151.

HSL color Cylindrical-coordinate representation of color #D7A9E3: hue angle of 287.59º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A9E3 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215169227-
CMYK0.050.2600.11
HSL287.59º50.88%77.65%-
HSV(B)287.59º25.55%89.02%-
XYZ56.0848.3779.05-
YUV189.37149.24146.28-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 227 (89.06% from 255) = 37.15%
R=35.19%
G=27.66%
B=37.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151692270.050.2600.11287.5950.8877.65
HexD7A9E351A0B120334e
Octal32725134353201344063116
Binary11010111101010011110001110111010010111001000001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A9E3; }

 p { color: rgb(215,169,227); }

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

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

 a { background-color: rgb(215,169,227); }

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

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

 span { border-color: rgb(215,169,227); }

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