#DFACDD

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

Shades of Plum #DFACDD

Tints of Plum #DFACDD

Color information

#DFACDD (or 0xDFACDD) is unknown color: approx Plum. HEX triplet: DF, AC and DD. RGB value is (223,172,221). Sum of RGB (Red+Green+Blue) = 223+172+221=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACDD is #205322. Grayscale: #C0C0C0. Windows color (decimal): -2118435 or 14527711. OLE color: 14527711.

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

Color convert

RGB223172221-
CMYK00.230.010.13
HSL302.35º44.35%77.45%-
HSV(B)302.35º22.87%87.45%-
XYZ58.2450.4175.07-
YUV192.83143.9149.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=36.20%
G=27.92%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317222100.230.010.13302.3544.3577.45
HexDFACDD0171D12e2c4d
Octal33725433502711545654115
Binary110111111010110011011101010111111011001011101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACDD; }

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

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

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

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

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

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

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

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