#D0AAEB

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

Shades of Wisteria #D0AAEB

Tints of Wisteria #D0AAEB

Color information

#D0AAEB (or 0xD0AAEB) is unknown color: approx Wisteria. HEX triplet: D0, AA and EB. RGB value is (208,170,235). Sum of RGB (Red+Green+Blue) = 208+170+235=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAEB is #2F5514. Grayscale: #BCBCBC. Windows color (decimal): -3101973 or 15444688. OLE color: 15444688.

HSL color Cylindrical-coordinate representation of color #D0AAEB: hue angle of 275.08º 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 #D0AAEB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208170235-
CMYK0.110.2800.08
HSL275.08º61.9%79.41%-
HSV(B)275.08º27.66%92.16%-
XYZ55.3848.1684.97-
YUV188.77154.09141.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=33.93%
G=27.73%
B=38.34%

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
Decimal2081702350.110.2800.08275.0861.979.41
HexD0AAEBB1C081133e4f
Octal320252353133401042376117
Binary110100001010101011101011101111100010001000100111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAEB; }

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

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

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

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

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

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

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

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