#D3AEEB

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

Shades of Wisteria #D3AEEB

Tints of Wisteria #D3AEEB

Color information

#D3AEEB (or 0xD3AEEB) is unknown color: approx Wisteria. HEX triplet: D3, AE and EB. RGB value is (211,174,235). Sum of RGB (Red+Green+Blue) = 211+174+235=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEEB is #2C5114. Grayscale: #BFBFBF. Windows color (decimal): -2904341 or 15445715. OLE color: 15445715.

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

Color convert

RGB211174235-
CMYK0.100.2600.08
HSL276.39º60.4%80.2%-
HSV(B)276.39º25.96%92.16%-
XYZ5750.1285.27-
YUV192.02152.26141.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.03%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=34.03%
G=28.06%
B=37.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111742350.100.2600.08276.3960.480.2
HexD3AEEBA1A081143c50
Octal323256353123201042474120
Binary110100111010111011101011101011010010001000101001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEEB; }

 p { color: rgb(211,174,235); }

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

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

 a { background-color: rgb(211,174,235); }

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

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

 span { border-color: rgb(211,174,235); }

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