#D6ABEA

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

Shades of Wisteria #D6ABEA

Tints of Wisteria #D6ABEA

Color information

#D6ABEA (or 0xD6ABEA) is unknown color: approx Wisteria. HEX triplet: D6, AB and EA. RGB value is (214,171,234). Sum of RGB (Red+Green+Blue) = 214+171+234=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABEA is #295415. Grayscale: #BEBEBE. Windows color (decimal): -2708502 or 15379414. OLE color: 15379414.

HSL color Cylindrical-coordinate representation of color #D6ABEA: hue angle of 280.95º 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 #D6ABEA is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214171234-
CMYK0.090.2700.08
HSL280.95º60%79.41%-
HSV(B)280.95º26.92%91.76%-
XYZ57.1549.3684.36-
YUV191.04152.25144.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=34.57%
G=27.63%
B=37.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141712340.090.2700.08280.956079.41
HexD6ABEA91B081193c4f
Octal326253352113301043174117
Binary110101101010101111101010100111011010001000110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABEA; }

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

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

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

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

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

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

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

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