#D1ABDD

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

Shades of Wisteria #D1ABDD

Tints of Wisteria #D1ABDD

Color information

#D1ABDD (or 0xD1ABDD) is unknown color: approx Wisteria. HEX triplet: D1, AB and DD. RGB value is (209,171,221). Sum of RGB (Red+Green+Blue) = 209+171+221=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABDD is #2E5422. Grayscale: #BBBBBB. Windows color (decimal): -3036195 or 14527441. OLE color: 14527441.

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

Color convert

RGB209171221-
CMYK0.050.2300.13
HSL285.6º42.37%76.86%-
HSV(B)285.6º22.62%86.67%-
XYZ53.9147.974.81-
YUV188.06146.59142.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=34.78%
G=28.45%
B=36.77%

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
Decimal2091712210.050.2300.13285.642.3776.86
HexD1ABDD5170D11e2a4d
Octal32125333552701543652115
Binary11010001101010111101110110110111011011000111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABDD; }

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

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

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

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

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

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

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

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