#D4ACDF

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

Shades of Wisteria #D4ACDF

Tints of Wisteria #D4ACDF

Color information

#D4ACDF (or 0xD4ACDF) is unknown color: approx Wisteria. HEX triplet: D4, AC and DF. RGB value is (212,172,223). Sum of RGB (Red+Green+Blue) = 212+172+223=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACDF is #2B5320. Grayscale: #BDBDBD. Windows color (decimal): -2839329 or 14658772. OLE color: 14658772.

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

Color convert

RGB212172223-
CMYK0.050.2300.13
HSL287.06º44.35%77.45%-
HSV(B)287.06º22.87%87.45%-
XYZ55.2248.8376.33-
YUV189.77146.75143.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=34.93%
G=28.34%
B=36.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121722230.050.2300.13287.0644.3577.45
HexD4ACDF5170D11f2c4d
Octal32425433752701543754115
Binary11010100101011001101111110110111011011000111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACDF; }

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

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

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

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

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

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

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

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