#D7ABEB

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

Shades of Wisteria #D7ABEB

Tints of Wisteria #D7ABEB

Color information

#D7ABEB (or 0xD7ABEB) is unknown color: approx Wisteria. HEX triplet: D7, AB and EB. RGB value is (215,171,235). Sum of RGB (Red+Green+Blue) = 215+171+235=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABEB is #285414. Grayscale: #BFBFBF. Windows color (decimal): -2642965 or 15444951. OLE color: 15444951.

HSL color Cylindrical-coordinate representation of color #D7ABEB: hue angle of 281.25º 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 #D7ABEB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215171235-
CMYK0.090.2700.08
HSL281.25º61.54%79.61%-
HSV(B)281.25º27.23%92.16%-
XYZ57.5849.5785.13-
YUV191.45152.58144.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.62%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=34.62%
G=27.54%
B=37.84%

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
Decimal2151712350.090.2700.08281.2561.5479.61
HexD7ABEB91B081193e50
Octal327253353113301043176120
Binary110101111010101111101011100111011010001000110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABEB; }

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

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

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

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

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

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

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

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