#d09bed

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

Shades of Wisteria #D09BED

Tints of Wisteria #D09BED

Color information

#D09BED (or 0xD09BED) is unknown color: approx Wisteria. HEX triplet: D0, 9B and ED. RGB value is (208,155,237). Sum of RGB (Red+Green+Blue) = 208+155+237=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #D09BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BED is #2F6412. Grayscale: #B3B3B3. Windows color (decimal): -3105811 or 15571920. OLE color: 15571920.

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

Color convert

RGB208155237-
CMYK0.120.3500.07
HSL278.78º69.49%76.86%-
HSV(B)278.78º34.6%92.94%-
XYZ53.0242.9785.62-
YUV180.2160.06147.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 155 (60.94% from 255) = 25.83%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=34.67%
G=25.83%
B=39.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081552370.120.3500.07278.7869.4976.86
HexD09BEDC2307117454d
Octal320233355144307427105115
Binary1101000010011011111011011100100011011110001011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d09bed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d09bed; }

 p { color: rgb(208,155,237); }

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

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

 a { background-color: rgb(208,155,237); }

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

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

 span { border-color: rgb(208,155,237); }

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