#D0AAE9

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

Shades of Wisteria #D0AAE9

Tints of Wisteria #D0AAE9

Color information

#D0AAE9 (or 0xD0AAE9) is unknown color: approx Wisteria. HEX triplet: D0, AA and E9. RGB value is (208,170,233). Sum of RGB (Red+Green+Blue) = 208+170+233=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0AAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAE9 is #2F5516. Grayscale: #BCBCBC. Windows color (decimal): -3101975 or 15313616. OLE color: 15313616.

HSL color Cylindrical-coordinate representation of color #D0AAE9: hue angle of 276.19º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0AAE9 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208170233-
CMYK0.110.2700.09
HSL276.19º58.88%79.02%-
HSV(B)276.19º27.04%91.37%-
XYZ55.148.0483.46-
YUV188.54153.09141.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=34.04%
G=27.82%
B=38.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081702330.110.2700.09276.1958.8879.02
HexD0AAE9B1B091143b4f
Octal320252351133301142473117
Binary110100001010101011101001101111011010011000101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAE9; }

 p { color: rgb(208,170,233); }

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

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

 a { background-color: rgb(208,170,233); }

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

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

 span { border-color: rgb(208,170,233); }

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