#D09AEC

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

Shades of Wisteria #D09AEC

Tints of Wisteria #D09AEC

Color information

#D09AEC (or 0xD09AEC) is unknown color: approx Wisteria. HEX triplet: D0, 9A and EC. RGB value is (208,154,236). Sum of RGB (Red+Green+Blue) = 208+154+236=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #D09AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09AEC is #2F6513. Grayscale: #B3B3B3. Windows color (decimal): -3106068 or 15506128. OLE color: 15506128.

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

Color convert

RGB208154236-
CMYK0.120.3500.07
HSL279.51º68.33%76.47%-
HSV(B)279.51º34.75%92.55%-
XYZ52.7142.5884.8-
YUV179.49159.89148.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=34.78%
G=25.75%
B=39.46%

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
Decimal2081542360.120.3500.07279.5168.3376.47
HexD09AECC2307118444c
Octal320232354144307430104114
Binary1101000010011010111011001100100011011110001100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09AEC; }

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

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

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

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

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

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

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

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