#D29EED

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

Shades of Wisteria #D29EED

Tints of Wisteria #D29EED

Color information

#D29EED (or 0xD29EED) is unknown color: approx Wisteria. HEX triplet: D2, 9E and ED. RGB value is (210,158,237). Sum of RGB (Red+Green+Blue) = 210+158+237=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #D29EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EED is #2D6112. Grayscale: #B6B6B6. Windows color (decimal): -2973971 or 15572690. OLE color: 15572690.

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

Color convert

RGB210158237-
CMYK0.110.3300.07
HSL279.49º68.7%77.45%-
HSV(B)279.49º33.33%92.94%-
XYZ54.0944.2785.81-
YUV182.55158.73147.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=34.71%
G=26.12%
B=39.17%

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
Decimal2101582370.110.3300.07279.4968.777.45
HexD29EEDB2107117454d
Octal322236355134107427105115
Binary1101001010011110111011011011100001011110001011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29EED; }

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

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

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

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

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

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

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

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