#D6ACDF

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

Shades of Plum #D6ACDF

Tints of Plum #D6ACDF

Color information

#D6ACDF (or 0xD6ACDF) is unknown color: approx Plum. HEX triplet: D6, AC and DF. RGB value is (214,172,223). Sum of RGB (Red+Green+Blue) = 214+172+223=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACDF is #295320. Grayscale: #BEBEBE. Windows color (decimal): -2708257 or 14658774. OLE color: 14658774.

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

Color convert

RGB214172223-
CMYK0.040.2300.13
HSL289.41º44.35%77.45%-
HSV(B)289.41º22.87%87.45%-
XYZ55.849.1376.35-
YUV190.37146.41144.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=35.14%
G=28.24%
B=36.62%

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
Decimal2141722230.040.2300.13289.4144.3577.45
HexD6ACDF4170D1212c4d
Octal32625433742701544154115
Binary11010110101011001101111110010111011011001000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACDF; }

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

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

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

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

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

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

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

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