#D0AADC

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

Shades of Wisteria #D0AADC

Tints of Wisteria #D0AADC

Color information

#D0AADC (or 0xD0AADC) is unknown color: approx Wisteria. HEX triplet: D0, AA and DC. RGB value is (208,170,220). Sum of RGB (Red+Green+Blue) = 208+170+220=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AADC is #2F5523. Grayscale: #BABABA. Windows color (decimal): -3101988 or 14461648. OLE color: 14461648.

HSL color Cylindrical-coordinate representation of color #D0AADC: hue angle of 285.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0AADC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208170220-
CMYK0.050.2300.14
HSL285.6º41.67%76.47%-
HSV(B)285.6º22.73%86.27%-
XYZ53.3147.3374.04-
YUV187.06146.59142.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=34.78%
G=28.43%
B=36.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081702200.050.2300.14285.641.6776.47
HexD0AADC5170E11e2a4c
Octal32025233452701643652114
Binary11010000101010101101110010110111011101000111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AADC; }

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

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

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

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

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

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

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

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