#D0ABDE

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

Shades of Wisteria #D0ABDE

Tints of Wisteria #D0ABDE

Color information

#D0ABDE (or 0xD0ABDE) is unknown color: approx Wisteria. HEX triplet: D0, AB and DE. RGB value is (208,171,222). Sum of RGB (Red+Green+Blue) = 208+171+222=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABDE is #2F5421. Grayscale: #BBBBBB. Windows color (decimal): -3101730 or 14592976. OLE color: 14592976.

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

Color convert

RGB208171222-
CMYK0.060.2300.13
HSL283.53º43.59%77.06%-
HSV(B)283.53º22.97%87.06%-
XYZ53.7647.8175.5-
YUV187.88147.26142.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=34.61%
G=28.45%
B=36.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081712220.060.2300.13283.5343.5977.06
HexD0ABDE6170D11c2c4d
Octal32025333662701543454115
Binary11010000101010111101111011010111011011000111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABDE; }

 p { color: rgb(208,171,222); }

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

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

 a { background-color: rgb(208,171,222); }

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

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

 span { border-color: rgb(208,171,222); }

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