#DFABDE

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

Shades of Plum #DFABDE

Tints of Plum #DFABDE

Color information

#DFABDE (or 0xDFABDE) is unknown color: approx Plum. HEX triplet: DF, AB and DE. RGB value is (223,171,222). Sum of RGB (Red+Green+Blue) = 223+171+222=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABDE is #205421. Grayscale: #C0C0C0. Windows color (decimal): -2118690 or 14592991. OLE color: 14592991.

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

Color convert

RGB223171222-
CMYK00.230.000.13
HSL301.15º44.83%77.25%-
HSV(B)301.15º23.32%87.45%-
XYZ58.1850.0975.71-
YUV192.36144.73149.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=36.20%
G=27.76%
B=36.04%

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
Decimal22317122200.230.000.13301.1544.8377.25
HexDFABDE0170D12d2d4d
Octal33725333602701545555115
Binary110111111010101111011110010111011011001011011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABDE; }

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

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

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

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

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

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

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

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