#D5ABDF

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

Shades of Wisteria #D5ABDF

Tints of Wisteria #D5ABDF

Color information

#D5ABDF (or 0xD5ABDF) is unknown color: approx Wisteria. HEX triplet: D5, AB and DF. RGB value is (213,171,223). Sum of RGB (Red+Green+Blue) = 213+171+223=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABDF is #2A5420. Grayscale: #BDBDBD. Windows color (decimal): -2774049 or 14658517. OLE color: 14658517.

HSL color Cylindrical-coordinate representation of color #D5ABDF: hue angle of 288.46º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5ABDF is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213171223-
CMYK0.040.2300.13
HSL288.46º44.83%77.25%-
HSV(B)288.46º23.32%87.45%-
XYZ55.3248.676.28-
YUV189.49146.91144.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=35.09%
G=28.17%
B=36.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131712230.040.2300.13288.4644.8377.25
HexD5ABDF4170D1202d4d
Octal32525333742701544055115
Binary11010101101010111101111110010111011011001000001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABDF; }

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

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

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

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

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

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

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

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