#D0A9EB

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

Shades of Wisteria #D0A9EB

Tints of Wisteria #D0A9EB

Color information

#D0A9EB (or 0xD0A9EB) is unknown color: approx Wisteria. HEX triplet: D0, A9 and EB. RGB value is (208,169,235). Sum of RGB (Red+Green+Blue) = 208+169+235=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0A9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A9EB is #2F5614. Grayscale: #BBBBBB. Windows color (decimal): -3102229 or 15444432. OLE color: 15444432.

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

Color convert

RGB208169235-
CMYK0.110.2800.08
HSL275.45º62.26%79.22%-
HSV(B)275.45º28.09%92.16%-
XYZ55.247.7884.91-
YUV188.18154.42142.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 169 (66.41% from 255) = 27.61%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=33.99%
G=27.61%
B=38.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081692350.110.2800.08275.4562.2679.22
HexD0A9EBB1C081133e4f
Octal320251353133401042376117
Binary110100001010100111101011101111100010001000100111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A9EB; }

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

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

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

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

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

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

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

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