#D5ACDF

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

Shades of Wisteria #D5ACDF

Tints of Wisteria #D5ACDF

Color information

#D5ACDF (or 0xD5ACDF) is unknown color: approx Wisteria. HEX triplet: D5, AC and DF. RGB value is (213,172,223). Sum of RGB (Red+Green+Blue) = 213+172+223=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACDF is #2A5320. Grayscale: #BDBDBD. Windows color (decimal): -2773793 or 14658773. OLE color: 14658773.

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

Color convert

RGB213172223-
CMYK0.040.2300.13
HSL288.24º44.35%77.45%-
HSV(B)288.24º22.87%87.45%-
XYZ55.5148.9876.34-
YUV190.07146.58144.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=35.03%
G=28.29%
B=36.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131722230.040.2300.13288.2444.3577.45
HexD5ACDF4170D1202c4d
Octal32525433742701544054115
Binary11010101101011001101111110010111011011001000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACDF; }

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

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

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

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

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

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

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

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