#D9A7EB

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

Shades of Wisteria #D9A7EB

Tints of Wisteria #D9A7EB

Color information

#D9A7EB (or 0xD9A7EB) is unknown color: approx Wisteria. HEX triplet: D9, A7 and EB. RGB value is (217,167,235). Sum of RGB (Red+Green+Blue) = 217+167+235=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9A7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A7EB is #265814. Grayscale: #BDBDBD. Windows color (decimal): -2512917 or 15443929. OLE color: 15443929.

HSL color Cylindrical-coordinate representation of color #D9A7EB: hue angle of 284.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9A7EB is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217167235-
CMYK0.080.2900.08
HSL284.12º62.96%78.82%-
HSV(B)284.12º28.94%92.16%-
XYZ57.4348.3984.91-
YUV189.7153.56147.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.06%
GREEN value IS 167 (65.62% from 255) = 26.98%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=35.06%
G=26.98%
B=37.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171672350.080.2900.08284.1262.9678.82
HexD9A7EB81D0811c3f4f
Octal331247353103501043477117
Binary110110011010011111101011100011101010001000111001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A7EB; }

 p { color: rgb(217,167,235); }

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

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

 a { background-color: rgb(217,167,235); }

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

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

 span { border-color: rgb(217,167,235); }

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