#D9A4EC

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

Shades of Wisteria #D9A4EC

Tints of Wisteria #D9A4EC

Color information

#D9A4EC (or 0xD9A4EC) is unknown color: approx Wisteria. HEX triplet: D9, A4 and EC. RGB value is (217,164,236). Sum of RGB (Red+Green+Blue) = 217+164+236=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9A4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A4EC is #265B13. Grayscale: #BBBBBB. Windows color (decimal): -2513684 or 15508697. OLE color: 15508697.

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

Color convert

RGB217164236-
CMYK0.080.3100.07
HSL284.17º65.45%78.43%-
HSV(B)284.17º30.51%92.55%-
XYZ57.0347.3685.49-
YUV188.06155.06148.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 164 (64.45% from 255) = 26.58%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=35.17%
G=26.58%
B=38.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171642360.080.3100.07284.1765.4578.43
HexD9A4EC81F0711c414e
Octal331244354103707434101116
Binary110110011010010011101100100011111011110001110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4EC; }

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

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

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

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

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

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

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

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