#d9a9ea

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

Shades of Wisteria #D9A9EA

Tints of Wisteria #D9A9EA

Color information

#D9A9EA (or 0xD9A9EA) is unknown color: approx Wisteria. HEX triplet: D9, A9 and EA. RGB value is (217,169,234). Sum of RGB (Red+Green+Blue) = 217+169+234=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9A9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A9EA is #265615. Grayscale: #BEBEBE. Windows color (decimal): -2512406 or 15378905. OLE color: 15378905.

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

Color convert

RGB217169234-
CMYK0.070.2800.08
HSL284.31º60.75%79.02%-
HSV(B)284.31º27.78%91.76%-
XYZ57.6549.0784.27-
YUV190.76152.4146.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=35%
G=27.26%
B=37.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171692340.070.2800.08284.3160.7579.02
HexD9A9EA71C0811c3d4f
Octal33125135273401043475117
Binary11011001101010011110101011111100010001000111001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9a9ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9a9ea; }

 p { color: rgb(217,169,234); }

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

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

 a { background-color: rgb(217,169,234); }

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

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

 span { border-color: rgb(217,169,234); }

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