#D09AEB

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

Shades of Wisteria #D09AEB

Tints of Wisteria #D09AEB

Color information

#D09AEB (or 0xD09AEB) is unknown color: approx Wisteria. HEX triplet: D0, 9A and EB. RGB value is (208,154,235). Sum of RGB (Red+Green+Blue) = 208+154+235=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #D09AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AEB is #2F6514. Grayscale: #B3B3B3. Windows color (decimal): -3106069 or 15440592. OLE color: 15440592.

HSL color Cylindrical-coordinate representation of color #D09AEB: hue angle of 280º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09AEB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208154235-
CMYK0.110.3400.08
HSL280º66.94%76.27%-
HSV(B)280º34.47%92.16%-
XYZ52.5642.5284.03-
YUV179.38159.39148.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=34.84%
G=25.80%
B=39.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081542350.110.3400.0828066.9476.27
HexD09AEBB2208118434c
Octal3202323531342010430103114
Binary11010000100110101110101110111000100100010001100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09AEB; }

 p { color: rgb(208,154,235); }

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

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

 a { background-color: rgb(208,154,235); }

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

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

 span { border-color: rgb(208,154,235); }

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