#D1ABEA

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

Shades of Wisteria #D1ABEA

Tints of Wisteria #D1ABEA

Color information

#D1ABEA (or 0xD1ABEA) is unknown color: approx Wisteria. HEX triplet: D1, AB and EA. RGB value is (209,171,234). Sum of RGB (Red+Green+Blue) = 209+171+234=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABEA is #2E5415. Grayscale: #BDBDBD. Windows color (decimal): -3036182 or 15379409. OLE color: 15379409.

HSL color Cylindrical-coordinate representation of color #D1ABEA: hue angle of 276.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1ABEA is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209171234-
CMYK0.110.2700.08
HSL276.19º60%79.41%-
HSV(B)276.19º26.92%91.76%-
XYZ55.7148.6284.29-
YUV189.54153.09141.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.04%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=34.04%
G=27.85%
B=38.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091712340.110.2700.08276.196079.41
HexD1ABEAB1B081143c4f
Octal321253352133301042474117
Binary110100011010101111101010101111011010001000101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABEA; }

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

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

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

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

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

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

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

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