#DFACDE

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

Shades of Plum #DFACDE

Tints of Plum #DFACDE

Color information

#DFACDE (or 0xDFACDE) is unknown color: approx Plum. HEX triplet: DF, AC and DE. RGB value is (223,172,222). Sum of RGB (Red+Green+Blue) = 223+172+222=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACDE is #205321. Grayscale: #C0C0C0. Windows color (decimal): -2118434 or 14593247. OLE color: 14593247.

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

Color convert

RGB223172222-
CMYK00.230.000.13
HSL301.18º44.35%77.45%-
HSV(B)301.18º22.87%87.45%-
XYZ58.3750.4775.77-
YUV192.95144.4149.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=36.14%
G=27.88%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317222200.230.000.13301.1844.3577.45
HexDFACDE0170D12d2c4d
Octal33725433602701545554115
Binary110111111010110011011110010111011011001011011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACDE; }

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

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

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

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

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

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

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

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