#D09EDD

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

Shades of Wisteria #D09EDD

Tints of Wisteria #D09EDD

Color information

#D09EDD (or 0xD09EDD) is unknown color: approx Wisteria. HEX triplet: D0, 9E and DD. RGB value is (208,158,221). Sum of RGB (Red+Green+Blue) = 208+158+221=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D09EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09EDD is #2F6122. Grayscale: #B3B3B3. Windows color (decimal): -3105059 or 14524112. OLE color: 14524112.

HSL color Cylindrical-coordinate representation of color #D09EDD: hue angle of 287.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09EDD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208158221-
CMYK0.060.2900.13
HSL287.62º48.09%74.31%-
HSV(B)287.62º28.51%86.67%-
XYZ51.2943.0874.02-
YUV180.13151.06147.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 158 (62.11% from 255) = 26.92%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=35.43%
G=26.92%
B=37.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081582210.060.2900.13287.6248.0974.31
HexD09EDD61D0D120304a
Octal32023633563501544060112
Binary11010000100111101101110111011101011011001000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09EDD; }

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

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

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

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

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

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

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

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