#D49EED

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

Shades of Wisteria #D49EED

Tints of Wisteria #D49EED

Color information

#D49EED (or 0xD49EED) is unknown color: approx Wisteria. HEX triplet: D4, 9E and ED. RGB value is (212,158,237). Sum of RGB (Red+Green+Blue) = 212+158+237=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #D49EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EED is #2B6112. Grayscale: #B6B6B6. Windows color (decimal): -2842899 or 15572692. OLE color: 15572692.

HSL color Cylindrical-coordinate representation of color #D49EED: hue angle of 281.01º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D49EED is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212158237-
CMYK0.110.3300.07
HSL281.01º68.7%77.45%-
HSV(B)281.01º33.33%92.94%-
XYZ54.6644.5785.84-
YUV183.15158.39148.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 158 (62.11% from 255) = 26.03%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=34.93%
G=26.03%
B=39.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121582370.110.3300.07281.0168.777.45
HexD49EEDB2107119454d
Octal324236355134107431105115
Binary1101010010011110111011011011100001011110001100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EED; }

 p { color: rgb(212,158,237); }

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

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

 a { background-color: rgb(212,158,237); }

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

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

 span { border-color: rgb(212,158,237); }

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