#D3ABEA

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

Shades of Wisteria #D3ABEA

Tints of Wisteria #D3ABEA

Color information

#D3ABEA (or 0xD3ABEA) is unknown color: approx Wisteria. HEX triplet: D3, AB and EA. RGB value is (211,171,234). Sum of RGB (Red+Green+Blue) = 211+171+234=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ABEA is #2C5415. Grayscale: #BDBDBD. Windows color (decimal): -2905110 or 15379411. OLE color: 15379411.

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

Color convert

RGB211171234-
CMYK0.100.2700.08
HSL278.1º60%79.41%-
HSV(B)278.1º26.92%91.76%-
XYZ56.2848.9284.32-
YUV190.14152.75142.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.25%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=34.25%
G=27.76%
B=37.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111712340.100.2700.08278.16079.41
HexD3ABEAA1B081163c4f
Octal323253352123301042674117
Binary110100111010101111101010101011011010001000101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ABEA; }

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

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

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

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

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

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

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

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