#D8A8E5

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

Shades of Wisteria #D8A8E5

Tints of Wisteria #D8A8E5

Color information

#D8A8E5 (or 0xD8A8E5) is unknown color: approx Wisteria. HEX triplet: D8, A8 and E5. RGB value is (216,168,229). Sum of RGB (Red+Green+Blue) = 216+168+229=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8A8E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8E5 is #27571A. Grayscale: #BDBDBD. Windows color (decimal): -2578203 or 15050968. OLE color: 15050968.

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

Color convert

RGB216168229-
CMYK0.060.2700.10
HSL287.21º53.98%77.84%-
HSV(B)287.21º26.64%89.8%-
XYZ56.4648.2680.47-
YUV189.31150.4147.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 168 (66.02% from 255) = 27.41%
BLUE value IS 229 (89.84% from 255) = 37.36%
R=35.24%
G=27.41%
B=37.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161682290.060.2700.10287.2153.9877.84
HexD8A8E561B0A11f364e
Octal33025034563301243766116
Binary11011000101010001110010111011011010101000111111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A8E5; }

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

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

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

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

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

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

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

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