#D0ABDC

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

Shades of Wisteria #D0ABDC

Tints of Wisteria #D0ABDC

Color information

#D0ABDC (or 0xD0ABDC) is unknown color: approx Wisteria. HEX triplet: D0, AB and DC. RGB value is (208,171,220). Sum of RGB (Red+Green+Blue) = 208+171+220=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABDC is #2F5423. Grayscale: #BBBBBB. Windows color (decimal): -3101732 or 14461904. OLE color: 14461904.

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

Color convert

RGB208171220-
CMYK0.050.2200.14
HSL285.31º41.18%76.67%-
HSV(B)285.31º22.27%86.27%-
XYZ53.4947.774.1-
YUV187.65146.26142.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=34.72%
G=28.55%
B=36.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081712200.050.2200.14285.3141.1876.67
HexD0ABDC5160E11d294d
Octal32025333452601643551115
Binary11010000101010111101110010110110011101000111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABDC; }

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

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

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

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

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

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

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

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