#DFACDF

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

Shades of Plum #DFACDF

Tints of Plum #DFACDF

Color information

#DFACDF (or 0xDFACDF) is unknown color: approx Plum. HEX triplet: DF, AC and DF. RGB value is (223,172,223). Sum of RGB (Red+Green+Blue) = 223+172+223=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACDF is #205320. Grayscale: #C0C0C0. Windows color (decimal): -2118433 or 14658783. OLE color: 14658783.

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

Color convert

RGB223172223-
CMYK00.2300.13
HSL300º44.35%77.45%-
HSV(B)300º22.87%87.45%-
XYZ58.550.5276.48-
YUV193.06144.9149.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=36.08%
G=27.83%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317222300.2300.1330044.3577.45
HexDFACDF0170D12c2c4d
Octal33725433702701545454115
Binary110111111010110011011111010111011011001011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACDF; }

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

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

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

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

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

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

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

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