#D9A7EC

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

Shades of Wisteria #D9A7EC

Tints of Wisteria #D9A7EC

Color information

#D9A7EC (or 0xD9A7EC) is unknown color: approx Wisteria. HEX triplet: D9, A7 and EC. RGB value is (217,167,236). Sum of RGB (Red+Green+Blue) = 217+167+236=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9A7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A7EC is #265813. Grayscale: #BDBDBD. Windows color (decimal): -2512916 or 15509465. OLE color: 15509465.

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

Color convert

RGB217167236-
CMYK0.080.2900.07
HSL283.48º64.49%79.02%-
HSV(B)283.48º29.24%92.55%-
XYZ57.5748.4585.67-
YUV189.82154.06147.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 167 (65.62% from 255) = 26.94%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=35%
G=26.94%
B=38.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171672360.080.2900.07283.4864.4979.02
HexD9A7EC81D0711b404f
Octal331247354103507433100117
Binary110110011010011111101100100011101011110001101110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A7EC; }

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

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

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

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

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

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

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

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