#D49EEB

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

Shades of Wisteria #D49EEB

Tints of Wisteria #D49EEB

Color information

#D49EEB (or 0xD49EEB) is unknown color: approx Wisteria. HEX triplet: D4, 9E and EB. RGB value is (212,158,235). Sum of RGB (Red+Green+Blue) = 212+158+235=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #D49EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EEB is #2B6114. Grayscale: #B6B6B6. Windows color (decimal): -2842901 or 15441620. OLE color: 15441620.

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

Color convert

RGB212158235-
CMYK0.100.3300.08
HSL282.08º65.81%77.06%-
HSV(B)282.08º32.77%92.16%-
XYZ54.3744.4584.31-
YUV182.92157.39148.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=35.04%
G=26.12%
B=38.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121582350.100.3300.08282.0865.8177.06
HexD49EEBA210811a424d
Octal3242363531241010432102115
Binary11010100100111101110101110101000010100010001101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EEB; }

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

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

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

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

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

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

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

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