#D0ABDD

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

Shades of Wisteria #D0ABDD

Tints of Wisteria #D0ABDD

Color information

#D0ABDD (or 0xD0ABDD) is unknown color: approx Wisteria. HEX triplet: D0, AB and DD. RGB value is (208,171,221). Sum of RGB (Red+Green+Blue) = 208+171+221=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABDD is #2F5422. Grayscale: #BBBBBB. Windows color (decimal): -3101731 or 14527440. OLE color: 14527440.

HSL color Cylindrical-coordinate representation of color #D0ABDD: hue angle of 284.4º degrees, saturation: 0.42, 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 #D0ABDD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208171221-
CMYK0.060.2300.13
HSL284.4º42.37%76.86%-
HSV(B)284.4º22.62%86.67%-
XYZ53.6347.7674.8-
YUV187.76146.76142.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=34.67%
G=28.5%
B=36.83%

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
Decimal2081712210.060.2300.13284.442.3776.86
HexD0ABDD6170D11c2a4d
Octal32025333562701543452115
Binary11010000101010111101110111010111011011000111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABDD; }

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

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

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

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

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

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

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

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