#D0A9EC

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

Shades of Wisteria #D0A9EC

Tints of Wisteria #D0A9EC

Color information

#D0A9EC (or 0xD0A9EC) is unknown color: approx Wisteria. HEX triplet: D0, A9 and EC. RGB value is (208,169,236). Sum of RGB (Red+Green+Blue) = 208+169+236=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0A9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A9EC is #2F5613. Grayscale: #BCBCBC. Windows color (decimal): -3102228 or 15509968. OLE color: 15509968.

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

Color convert

RGB208169236-
CMYK0.120.2800.07
HSL274.93º63.81%79.41%-
HSV(B)274.93º28.39%92.55%-
XYZ55.3447.8485.67-
YUV188.3154.92142.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 169 (66.41% from 255) = 27.57%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=33.93%
G=27.57%
B=38.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081692360.120.2800.07274.9363.8179.41
HexD0A9ECC1C07113404f
Octal320251354143407423100117
Binary110100001010100111101100110011100011110001001110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A9EC; }

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

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

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

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

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

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

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

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