#D6ABEB

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

Shades of Wisteria #D6ABEB

Tints of Wisteria #D6ABEB

Color information

#D6ABEB (or 0xD6ABEB) is unknown color: approx Wisteria. HEX triplet: D6, AB and EB. RGB value is (214,171,235). Sum of RGB (Red+Green+Blue) = 214+171+235=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABEB is #295414. Grayscale: #BEBEBE. Windows color (decimal): -2708501 or 15444950. OLE color: 15444950.

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

Color convert

RGB214171235-
CMYK0.090.2700.08
HSL280.31º61.54%79.61%-
HSV(B)280.31º27.23%92.16%-
XYZ57.2949.4285.12-
YUV191.15152.75144.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 171 (67.19% from 255) = 27.58%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=34.52%
G=27.58%
B=37.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141712350.090.2700.08280.3161.5479.61
HexD6ABEB91B081183e50
Octal326253353113301043076120
Binary110101101010101111101011100111011010001000110001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABEB; }

 p { color: rgb(214,171,235); }

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

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

 a { background-color: rgb(214,171,235); }

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

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

 span { border-color: rgb(214,171,235); }

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