#D3ABDD

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

Shades of Wisteria #D3ABDD

Tints of Wisteria #D3ABDD

Color information

#D3ABDD (or 0xD3ABDD) is unknown color: approx Wisteria. HEX triplet: D3, AB and DD. RGB value is (211,171,221). Sum of RGB (Red+Green+Blue) = 211+171+221=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ABDD is #2C5422. Grayscale: #BCBCBC. Windows color (decimal): -2905123 or 14527443. OLE color: 14527443.

HSL color Cylindrical-coordinate representation of color #D3ABDD: hue angle of 288º degrees, saturation: 0.42, 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 #D3ABDD is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211171221-
CMYK0.050.2300.13
HSL288º42.37%76.86%-
HSV(B)288º22.62%86.67%-
XYZ54.4848.274.84-
YUV188.66146.25143.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.99%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=34.99%
G=28.36%
B=36.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111712210.050.2300.1328842.3776.86
HexD3ABDD5170D1202a4d
Octal32325333552701544052115
Binary11010011101010111101110110110111011011001000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ABDD; }

 p { color: rgb(211,171,221); }

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

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

 a { background-color: rgb(211,171,221); }

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

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

 span { border-color: rgb(211,171,221); }

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