#D09EDA

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

Shades of Wisteria #D09EDA

Tints of Wisteria #D09EDA

Color information

#D09EDA (or 0xD09EDA) is unknown color: approx Wisteria. HEX triplet: D0, 9E and DA. RGB value is (208,158,218). Sum of RGB (Red+Green+Blue) = 208+158+218=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D09EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EDA is #2F6125. Grayscale: #B3B3B3. Windows color (decimal): -3105062 or 14327504. OLE color: 14327504.

HSL color Cylindrical-coordinate representation of color #D09EDA: hue angle of 290º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D09EDA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208158218-
CMYK0.050.2800.15
HSL290º44.78%73.73%-
HSV(B)290º27.52%85.49%-
XYZ50.8942.9371.93-
YUV179.79149.56148.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 158 (62.11% from 255) = 27.05%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=35.62%
G=27.05%
B=37.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081582180.050.2800.1529044.7873.73
HexD09EDA51C0F1222d4a
Octal32023633253401744255112
Binary11010000100111101101101010111100011111001000101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09EDA; }

 p { color: rgb(208,158,218); }

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

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

 a { background-color: rgb(208,158,218); }

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

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

 span { border-color: rgb(208,158,218); }

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