#D0AADF

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

Shades of Wisteria #D0AADF

Tints of Wisteria #D0AADF

Color information

#D0AADF (or 0xD0AADF) is unknown color: approx Wisteria. HEX triplet: D0, AA and DF. RGB value is (208,170,223). Sum of RGB (Red+Green+Blue) = 208+170+223=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AADF is #2F5520. Grayscale: #BBBBBB. Windows color (decimal): -3101985 or 14658256. OLE color: 14658256.

HSL color Cylindrical-coordinate representation of color #D0AADF: hue angle of 283.02º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0AADF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208170223-
CMYK0.070.2400.13
HSL283.02º45.3%77.06%-
HSV(B)283.02º23.77%87.45%-
XYZ53.7147.4976.15-
YUV187.4148.09142.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=34.61%
G=28.29%
B=37.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081702230.070.2400.13283.0245.377.06
HexD0AADF7180D11b2d4d
Octal32025233773001543355115
Binary11010000101010101101111111111000011011000110111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AADF; }

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

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

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

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

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

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

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

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