#D5A8EB

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

Shades of Wisteria #D5A8EB

Tints of Wisteria #D5A8EB

Color information

#D5A8EB (or 0xD5A8EB) is unknown color: approx Wisteria. HEX triplet: D5, A8 and EB. RGB value is (213,168,235). Sum of RGB (Red+Green+Blue) = 213+168+235=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A8EB is #2A5714. Grayscale: #BCBCBC. Windows color (decimal): -2774805 or 15444181. OLE color: 15444181.

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

Color convert

RGB213168235-
CMYK0.090.2900.08
HSL280.3º62.62%79.02%-
HSV(B)280.3º28.51%92.16%-
XYZ56.4448.1584.92-
YUV189.09153.91145.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.58%
GREEN value IS 168 (66.02% from 255) = 27.27%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=34.58%
G=27.27%
B=38.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131682350.090.2900.08280.362.6279.02
HexD5A8EB91D081183f4f
Octal325250353113501043077117
Binary110101011010100011101011100111101010001000110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A8EB; }

 p { color: rgb(213,168,235); }

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

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

 a { background-color: rgb(213,168,235); }

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

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

 span { border-color: rgb(213,168,235); }

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