#D5ABEB

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

Shades of Wisteria #D5ABEB

Tints of Wisteria #D5ABEB

Color information

#D5ABEB (or 0xD5ABEB) is unknown color: approx Wisteria. HEX triplet: D5, AB and EB. RGB value is (213,171,235). Sum of RGB (Red+Green+Blue) = 213+171+235=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABEB is #2A5414. Grayscale: #BEBEBE. Windows color (decimal): -2774037 or 15444949. OLE color: 15444949.

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

Color convert

RGB213171235-
CMYK0.090.2700.08
HSL279.38º61.54%79.61%-
HSV(B)279.38º27.23%92.16%-
XYZ5749.2785.1-
YUV190.85152.91143.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=34.41%
G=27.63%
B=37.96%

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
Decimal2131712350.090.2700.08279.3861.5479.61
HexD5ABEB91B081173e50
Octal325253353113301042776120
Binary110101011010101111101011100111011010001000101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABEB; }

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

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

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

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

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

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

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

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