#D8A9E5

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

Shades of Wisteria #D8A9E5

Tints of Wisteria #D8A9E5

Color information

#D8A9E5 (or 0xD8A9E5) is unknown color: approx Wisteria. HEX triplet: D8, A9 and E5. RGB value is (216,169,229). Sum of RGB (Red+Green+Blue) = 216+169+229=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8A9E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9E5 is #27561A. Grayscale: #BDBDBD. Windows color (decimal): -2577947 or 15051224. OLE color: 15051224.

HSL color Cylindrical-coordinate representation of color #D8A9E5: hue angle of 287º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A9E5 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216169229-
CMYK0.060.2600.10
HSL287º53.57%78.04%-
HSV(B)287º26.2%89.8%-
XYZ56.6548.6380.53-
YUV189.89150.07146.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=35.18%
G=27.52%
B=37.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161692290.060.2600.1028753.5778.04
HexD8A9E561A0A11f364e
Octal33025134563201243766116
Binary11011000101010011110010111011010010101000111111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A9E5; }

 p { color: rgb(216,169,229); }

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

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

 a { background-color: rgb(216,169,229); }

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

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

 span { border-color: rgb(216,169,229); }

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