#D49EEC

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

Shades of Wisteria #D49EEC

Tints of Wisteria #D49EEC

Color information

#D49EEC (or 0xD49EEC) is unknown color: approx Wisteria. HEX triplet: D4, 9E and EC. RGB value is (212,158,236). Sum of RGB (Red+Green+Blue) = 212+158+236=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #D49EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EEC is #2B6113. Grayscale: #B6B6B6. Windows color (decimal): -2842900 or 15507156. OLE color: 15507156.

HSL color Cylindrical-coordinate representation of color #D49EEC: hue angle of 281.54º degrees, saturation: 0.67, 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 #D49EEC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212158236-
CMYK0.100.3300.07
HSL281.54º67.24%77.25%-
HSV(B)281.54º33.05%92.55%-
XYZ54.5244.5185.07-
YUV183.04157.89148.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 158 (62.11% from 255) = 26.07%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=34.98%
G=26.07%
B=38.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121582360.100.3300.07281.5467.2477.25
HexD49EECA210711a434d
Octal324236354124107432103115
Binary1101010010011110111011001010100001011110001101010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EEC; }

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

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

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

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

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

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

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

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