#D1ABE9

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

Shades of Wisteria #D1ABE9

Tints of Wisteria #D1ABE9

Color information

#D1ABE9 (or 0xD1ABE9) is unknown color: approx Wisteria. HEX triplet: D1, AB and E9. RGB value is (209,171,233). Sum of RGB (Red+Green+Blue) = 209+171+233=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1ABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABE9 is #2E5416. Grayscale: #BDBDBD. Windows color (decimal): -3036183 or 15313873. OLE color: 15313873.

HSL color Cylindrical-coordinate representation of color #D1ABE9: hue angle of 276.77º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1ABE9 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB209171233-
CMYK0.100.2700.09
HSL276.77º58.49%79.22%-
HSV(B)276.77º26.61%91.37%-
XYZ55.5748.5683.54-
YUV189.43152.59141.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.09%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=34.09%
G=27.90%
B=38.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2091712330.100.2700.09276.7758.4979.22
HexD1ABE9A1B091153a4f
Octal321253351123301142572117
Binary110100011010101111101001101011011010011000101011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABE9; }

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

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

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

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

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

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

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

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