#D1ACDF

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

Shades of Wisteria #D1ACDF

Tints of Wisteria #D1ACDF

Color information

#D1ACDF (or 0xD1ACDF) is unknown color: approx Wisteria. HEX triplet: D1, AC and DF. RGB value is (209,172,223). Sum of RGB (Red+Green+Blue) = 209+172+223=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACDF is #2E5320. Grayscale: #BCBCBC. Windows color (decimal): -3035937 or 14658769. OLE color: 14658769.

HSL color Cylindrical-coordinate representation of color #D1ACDF: 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 #D1ACDF is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209172223-
CMYK0.060.2300.13
HSL283.53º44.35%77.45%-
HSV(B)283.53º22.87%87.45%-
XYZ54.3748.3976.29-
YUV188.88147.26142.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=34.60%
G=28.48%
B=36.92%

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
Decimal2091722230.060.2300.13283.5344.3577.45
HexD1ACDF6170D11c2c4d
Octal32125433762701543454115
Binary11010001101011001101111111010111011011000111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACDF; }

 p { color: rgb(209,172,223); }

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

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

 a { background-color: rgb(209,172,223); }

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

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

 span { border-color: rgb(209,172,223); }

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